Socket
Socket
Sign inDemoInstall

@node-rs/bcrypt-wasm32-wasi

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@node-rs/bcrypt-wasm32-wasi - npm Package Compare versions

Comparing version 1.10.2 to 1.10.3

5

bcrypt.wasi-browser.js

@@ -5,2 +5,3 @@ import {

WASI as __WASI,
createOnMessage as __wasmCreateOnMessageForFsProxy,
} from '@napi-rs/wasm-runtime'

@@ -33,5 +34,7 @@

onCreateWorker() {
return new Worker(new URL('@node-rs/bcrypt-wasm32-wasi/wasi-worker-browser.mjs', import.meta.url), {
const worker = new Worker(new URL('@node-rs/bcrypt-wasm32-wasi/wasi-worker-browser.mjs', import.meta.url), {
type: 'module',
})
return worker
},

@@ -38,0 +41,0 @@ overwriteImports(importObject) {

4

package.json
{
"name": "@node-rs/bcrypt-wasm32-wasi",
"version": "1.10.2",
"version": "1.10.3",
"cpu": [

@@ -46,4 +46,4 @@ "wasm32"

"dependencies": {
"@napi-rs/wasm-runtime": "^0.2.0"
"@napi-rs/wasm-runtime": "^0.2.3"
}
}

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc