Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@webassemblyjs/wast-printer

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webassemblyjs/wast-printer - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

9

lib/index.js

@@ -213,7 +213,8 @@ "use strict";

out += space;
out += '"';
var value = "";
n.init.values.forEach(function (byte) {
out += String.fromCharCode(byte);
});
out += '"';
value += String.fromCharCode(byte);
}); // Avoid non-displayable characters
out += JSON.stringify(value);
out += ")";

@@ -220,0 +221,0 @@ return out;

{
"name": "@webassemblyjs/wast-printer",
"version": "1.3.1",
"version": "1.3.2",
"description": "WebAssembly text format printer",

@@ -18,10 +18,10 @@ "main": "lib/index.js",

"author": "Sven Sauleau",
"license": "GPL-2.0",
"license": "MIT",
"dependencies": {
"@webassemblyjs/ast": "1.3.1",
"@webassemblyjs/wast-parser": "1.3.1",
"@webassemblyjs/ast": "1.3.2",
"@webassemblyjs/wast-parser": "1.3.2",
"long": "^3.2.0"
},
"devDependencies": {
"@webassemblyjs/helper-test-framework": "1.3.1"
"@webassemblyjs/helper-test-framework": "1.3.2"
},

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

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