@node-rs/bcrypt-wasm32-wasi
Advanced tools
Comparing version 1.8.1 to 1.9.0
{ | ||
"name": "@node-rs/bcrypt-wasm32-wasi", | ||
"version": "1.8.1", | ||
"version": "1.9.0", | ||
"cpu": [ | ||
@@ -11,3 +11,5 @@ "wasm32" | ||
"bcrypt.wasi.cjs", | ||
"wasi-worker.mjs" | ||
"bcrypt.wasi-browser.js", | ||
"wasi-worker.mjs", | ||
"wasi-worker-browser.mjs" | ||
], | ||
@@ -43,6 +45,9 @@ "description": "Rust bcrypt binding", | ||
}, | ||
"browser": "bcrypt.wasi-browser.js", | ||
"dependencies": { | ||
"@emnapi/core": "^0.45.0", | ||
"@emnapi/runtime": "^0.45.0" | ||
"@emnapi/runtime": "^0.45.0", | ||
"@tybys/wasm-util": "^0.8.1", | ||
"memfs-browser": "^3.4.13000" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
199885
7
230
4
2
+ Added@tybys/wasm-util@^0.8.1
+ Addedmemfs-browser@^3.4.13000
+ Added@tybys/wasm-util@0.8.3(transitive)
+ Addedfs-monkey@1.0.6(transitive)
+ Addedmemfs@3.5.3(transitive)
+ Addedmemfs-browser@3.5.10302(transitive)