@node-rs/bcrypt-wasm32-wasi
Advanced tools
Comparing version 1.10.2 to 1.10.3
@@ -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) { |
{ | ||
"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
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
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
183925
243
Updated@napi-rs/wasm-runtime@^0.2.3