Socket
Socket
Sign inDemoInstall

@node-rs/argon2-wasm32-wasi

Package Overview
Dependencies
6
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.8.1 to 1.8.2

5

argon2.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/argon2-wasm32-wasi/wasi-worker-browser.mjs', import.meta.url), {
const worker = new Worker(new URL('@node-rs/argon2-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/argon2-wasm32-wasi",
"version": "1.8.1",
"version": "1.8.2",
"cpu": [

@@ -42,4 +42,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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc