Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@napi-rs/wasm-runtime

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@napi-rs/wasm-runtime - npm Package Compare versions

Comparing version
1.0.3
to
1.0.4
+7
-7
package.json
{
"name": "@napi-rs/wasm-runtime",
"version": "1.0.3",
"version": "1.0.4",
"type": "module",

@@ -29,3 +29,3 @@ "description": "Runtime and polyfill for wasm targets",

"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-inject": "^5.0.5",

@@ -36,8 +36,8 @@ "@rollup/plugin-json": "^6.1.0",

"buffer": "^6.0.3",
"memfs": "^4.17.0",
"node-inspect-extracted": "^3.0.2",
"memfs": "^4.39.0",
"node-inspect-extracted": "^3.2.1",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"readable-stream": "^4.7.0",
"rollup": "^4.38.0",
"rollup": "^4.50.1",
"rollup-plugin-polyfill-node": "^0.13.0",

@@ -47,4 +47,4 @@ "tslib": "^2.8.1"

"dependencies": {
"@emnapi/core": "^1.4.5",
"@emnapi/runtime": "^1.4.5",
"@emnapi/core": "^1.5.0",
"@emnapi/runtime": "^1.5.0",
"@tybys/wasm-util": "^0.10.0"

@@ -51,0 +51,0 @@ },

Sorry, the diff of this file is too big to display