Skip to content

Commit

Permalink
lib: runtime deprecate access to process.binding('crypto')
Browse files Browse the repository at this point in the history
All of the functionality is exposed via public APIs, there are no
APIs that are of use to users directly.

Signed-off-by: James M Snell <[email protected]>

PR-URL: nodejs#37790
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Benjamin Gruenbaum <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
  • Loading branch information
jasnell committed Mar 22, 2021
1 parent ac00df1 commit 3bee6d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/internal/bootstrap/loaders.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ const internalBindingAllowlist = new SafeSet([

const runtimeDeprecatedList = new SafeSet([
'async_wrap',
'crypto',
'signal_wrap',
'v8',
]);
Expand Down

0 comments on commit 3bee6d8

Please sign in to comment.