Skip to content

Commit 3bee6d8

Browse files
committed
lib: runtime deprecate access to process.binding('crypto')
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: #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]>
1 parent ac00df1 commit 3bee6d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/internal/bootstrap/loaders.js

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ const internalBindingAllowlist = new SafeSet([
108108

109109
const runtimeDeprecatedList = new SafeSet([
110110
'async_wrap',
111+
'crypto',
111112
'signal_wrap',
112113
'v8',
113114
]);

0 commit comments

Comments
 (0)