Socket
Socket
Sign inDemoInstall

@webassemblyjs/wasm-gen

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/wasm-gen - npm Package Compare versions

Comparing version 1.2.5 to 1.2.6

2

lib/encoder/index.js

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

}).map(encodeValtype);
var results = n.functype.result.map(encodeValtype);
var results = n.functype.results.map(encodeValtype);
out.push.apply(out, _toConsumableArray(encodeVec(params)));

@@ -228,0 +228,0 @@ out.push.apply(out, _toConsumableArray(encodeVec(results)));

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

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

"dependencies": {
"@webassemblyjs/ast": "1.2.5",
"@webassemblyjs/helper-wasm-bytecode": "1.2.5",
"@webassemblyjs/leb128": "1.2.5"
"@webassemblyjs/ast": "1.2.6",
"@webassemblyjs/helper-wasm-bytecode": "1.2.6",
"@webassemblyjs/leb128": "1.2.6"
}
}

@@ -217,3 +217,3 @@ // @flow

const params = n.functype.params.map(x => x.valtype).map(encodeValtype);
const results = n.functype.result.map(encodeValtype);
const results = n.functype.results.map(encodeValtype);

@@ -220,0 +220,0 @@ out.push(...encodeVec(params));

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