Socket
Socket
Sign inDemoInstall

@webassemblyjs/wasm-gen

Package Overview
Dependencies
13
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.7 to 1.2.8

4

lib/encoder/index.js

@@ -177,4 +177,4 @@ "use strict";

out.push(sectionId);
out.push.apply(out, _toConsumableArray(encodeU32(n.size)));
out.push.apply(out, _toConsumableArray(encodeU32(n.vectorOfSize)));
out.push.apply(out, _toConsumableArray(encodeU32(n.size.value)));
out.push.apply(out, _toConsumableArray(encodeU32(n.vectorOfSize.value)));
return out;

@@ -181,0 +181,0 @@ }

{
"name": "@webassemblyjs/wasm-gen",
"version": "1.2.7",
"version": "1.2.8",
"description": "WebAssembly binary format printer",

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

"dependencies": {
"@webassemblyjs/ast": "1.2.7",
"@webassemblyjs/helper-wasm-bytecode": "1.2.7",
"@webassemblyjs/leb128": "1.2.7"
"@webassemblyjs/ast": "1.2.8",
"@webassemblyjs/helper-wasm-bytecode": "1.2.8",
"@webassemblyjs/leb128": "1.2.8"
}
}

@@ -154,4 +154,4 @@ // @flow

out.push(sectionId);
out.push(...encodeU32(n.size));
out.push(...encodeU32(n.vectorOfSize));
out.push(...encodeU32(n.size.value));
out.push(...encodeU32(n.vectorOfSize.value));

@@ -158,0 +158,0 @@ return out;

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