Socket
Socket
Sign inDemoInstall

@webassemblyjs/wast-printer

Package Overview
Dependencies
6
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.10.1 to 1.11.0

4

esm/index.js

@@ -897,2 +897,6 @@ function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }

out += String(n.max);
if (n.shared === true) {
out += ' shared';
}
}

@@ -899,0 +903,0 @@

@@ -908,2 +908,6 @@ "use strict";

out += String(n.max);
if (n.shared === true) {
out += ' shared';
}
}

@@ -910,0 +914,0 @@

10

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

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

"dependencies": {
"@webassemblyjs/ast": "1.10.1",
"@webassemblyjs/ast": "1.11.0",
"@xtuc/long": "4.2.2"
},
"devDependencies": {
"@webassemblyjs/helper-test-framework": "1.10.1",
"@webassemblyjs/wast-parser": "1.10.1"
"@webassemblyjs/helper-test-framework": "1.11.0",
"@webassemblyjs/wast-parser": "1.11.0"
},

@@ -36,3 +36,3 @@ "repository": {

},
"gitHead": "f723f2cdd9bfccb5e199962dd8c5c09bdb0faca4"
"gitHead": "2646d3b7d79bba66c4a5930c52ae99a30a9767db"
}
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