Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@webassemblyjs/helper-wasm-section

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webassemblyjs/helper-wasm-section - npm Package Compare versions

Comparing version 1.1.2-y.6 to 1.1.2-y.7

test/index.js

7

lib/index.js

@@ -45,2 +45,3 @@ "use strict";

case "CallIndirectInstruction":
case "Func":
return "code";

@@ -57,2 +58,8 @@

case "IndexInFuncSection":
return "func";
case "Global":
return "global";
default:

@@ -59,0 +66,0 @@ throw new Error("Unsupported input in getSectionForNode: " + JSON.stringify(n.type));

12

package.json
{
"name": "@webassemblyjs/helper-wasm-section",
"version": "1.1.2-y.6",
"version": "1.1.2-y.7",
"description": "",

@@ -19,10 +19,10 @@ "main": "lib/index.js",

"dependencies": {
"@webassemblyjs/ast": "1.1.2-y.6",
"@webassemblyjs/helper-buffer": "1.1.2-y.6",
"@webassemblyjs/helper-wasm-bytecode": "1.1.2-y.6",
"@webassemblyjs/wasm-gen": "1.1.2-y.6"
"@webassemblyjs/ast": "1.1.2-y.7",
"@webassemblyjs/helper-buffer": "1.1.2-y.7",
"@webassemblyjs/helper-wasm-bytecode": "1.1.2-y.7",
"@webassemblyjs/wasm-gen": "1.1.2-y.7"
},
"devDependencies": {
"@webassemblyjs/wasm-parser": "1.1.2-y.6"
"@webassemblyjs/wasm-parser": "1.1.2-y.7"
}
}

@@ -14,2 +14,3 @@ // @flow

case "CallIndirectInstruction":
case "Func":
return "code";

@@ -26,2 +27,8 @@

case "IndexInFuncSection":
return "func";
case "Global":
return "global";
default:

@@ -28,0 +35,0 @@ throw new Error(

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