Socket
Socket
Sign inDemoInstall

@webassemblyjs/wasm-gen

Package Overview
Dependencies
21
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.2-y.10 to 1.2.0

2

lib/encoder/index.js

@@ -236,3 +236,3 @@ "use strict";

if (typeof n.object === "string") {
instructionName = "".concat(n.object, ".").concat(n.id);
instructionName = "".concat(n.object, ".").concat(String(n.id));
}

@@ -239,0 +239,0 @@

{
"name": "@webassemblyjs/wasm-gen",
"version": "1.1.2-y.10",
"version": "1.2.0",
"description": "WebAssembly binary format printer",

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

"dependencies": {
"@webassemblyjs/ast": "1.1.2-y.10",
"@webassemblyjs/helper-leb128": "1.1.2-y.10",
"@webassemblyjs/helper-wasm-bytecode": "1.1.2-y.10"
"@webassemblyjs/ast": "1.2.0",
"@webassemblyjs/helper-leb128": "1.2.0",
"@webassemblyjs/helper-wasm-bytecode": "1.2.0"
}
}

@@ -233,3 +233,3 @@ // @flow

if (typeof n.object === "string") {
instructionName = `${n.object}.${n.id}`;
instructionName = `${n.object}.${String(n.id)}`;
}

@@ -236,0 +236,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc