Socket
Socket
Sign inDemoInstall

@webassemblyjs/helper-wasm-bytecode

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.2.2 to 1.2.3

8

lib/index.js

@@ -76,3 +76,9 @@ var illegalop = "illegal";

var blockTypes = Object.assign({}, valtypes, {
0x40: null
// https://webassembly.github.io/spec/core/binary/types.html#binary-blocktype
0x40: null,
// https://webassembly.github.io/spec/core/binary/types.html#binary-valtype
0x7f: "i32",
0x7e: "i64",
0x7d: "f32",
0x7c: "f64"
});

@@ -79,0 +85,0 @@ var globalTypes = {

2

package.json
{
"name": "@webassemblyjs/helper-wasm-bytecode",
"version": "1.2.2",
"version": "1.2.3",
"description": "WASM's Bytecode constants",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -70,3 +70,9 @@ const illegalop = "illegal";

const blockTypes = Object.assign({}, valtypes, {
0x40: null
// https://webassembly.github.io/spec/core/binary/types.html#binary-blocktype
0x40: null,
// https://webassembly.github.io/spec/core/binary/types.html#binary-valtype
0x7f: "i32",
0x7e: "i64",
0x7d: "f32",
0x7c: "f64"
});

@@ -73,0 +79,0 @@

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