Socket
Socket
Sign inDemoInstall

@webassemblyjs/wast-printer

Package Overview
Dependencies
12
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.12 to 1.5.13

9

lib/index.js

@@ -705,2 +705,11 @@ "use strict";

if (typeof n.result === "string") {
out += space;
out += "(";
out += "result";
out += space;
out += n.result;
out += ")";
}
if (n.instr.length > 0) {

@@ -707,0 +716,0 @@ n.instr.forEach(function (i) {

8

package.json
{
"name": "@webassemblyjs/wast-printer",
"version": "1.5.12",
"version": "1.5.13",
"description": "WebAssembly text format printer",

@@ -20,8 +20,8 @@ "main": "lib/index.js",

"dependencies": {
"@webassemblyjs/ast": "1.5.12",
"@webassemblyjs/wast-parser": "1.5.12",
"@webassemblyjs/ast": "1.5.13",
"@webassemblyjs/wast-parser": "1.5.13",
"long": "^3.2.0"
},
"devDependencies": {
"@webassemblyjs/helper-test-framework": "1.5.12"
"@webassemblyjs/helper-test-framework": "1.5.13"
},

@@ -28,0 +28,0 @@ "repository": {

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