You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that the only reason for deprecating seems to be “reducing undocumented API surface”, we should also definitely consider reverting the deprecation. Aliases are cheap and come with very little maintenance overhead.
addaleax
added a commit
to addaleax/node
that referenced
this issue
Sep 22, 2018
Aliases are very cheap to maintain, so an unconditional runtime
deprecation that affects existing ecosystem code is not
a good idea. This commit turns the runtime deprecation into
a `--pending-deprecation` one.
Fixes: nodejs#23013
Currently, npm uses the deprecated
crypto.pseudoRandomBytes
API through itsunique-slug
dependency.There is already a PR to fix it: npm/unique-slug#6
The text was updated successfully, but these errors were encountered: