Socket
Socket
Sign inDemoInstall

@webassemblyjs/helper-wasm-bytecode

Package Overview
Dependencies
0
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.8.5 to 1.9.0

3

esm/index.js

@@ -65,3 +65,4 @@ var illegalop = "illegal";

0x7d: "f32",
0x7c: "f64"
0x7c: "f64",
0x7b: "v128"
};

@@ -68,0 +69,0 @@ var valtypesByString = invertMap(valtypes);

@@ -80,3 +80,4 @@ "use strict";

0x7d: "f32",
0x7c: "f64"
0x7c: "f64",
0x7b: "v128"
};

@@ -83,0 +84,0 @@ var valtypesByString = invertMap(valtypes);

{
"name": "@webassemblyjs/helper-wasm-bytecode",
"version": "1.8.5",
"version": "1.9.0",
"description": "WASM's Bytecode constants",

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

},
"gitHead": "77bc195e9bb463b4fa4cbdb6291eed446d454d49"
"gitHead": "0440b420888c1f7701eb9762ec657775506b87d8"
}
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