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.1.1
to
1.1.2
+5
-3
package.json
{
"name": "@napi-rs/wasm-runtime",
"version": "1.1.1",
"version": "1.1.2",
"type": "module",

@@ -47,6 +47,8 @@ "description": "Runtime and polyfill for wasm targets",

"dependencies": {
"@emnapi/core": "^1.7.1",
"@emnapi/runtime": "^1.7.1",
"@tybys/wasm-util": "^0.10.1"
},
"peerDependencies": {
"@emnapi/core": "^1.7.1",
"@emnapi/runtime": "^1.7.1"
},
"scripts": {

@@ -53,0 +55,0 @@ "build": "rollup -c rollup.config.js",

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