Socket
Socket
Sign inDemoInstall

@webassemblyjs/wast-parser

Package Overview
Dependencies
12
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.2 to 1.3.3

2

lib/grammar.js

@@ -1116,2 +1116,4 @@ "use strict";

maybeIgnoreComment();
while (token.type === tokens.openParen) {

@@ -1118,0 +1120,0 @@ eatToken();

14

package.json
{
"name": "@webassemblyjs/wast-parser",
"version": "1.3.2",
"version": "1.3.3",
"description": "WebAssembly text format parser",

@@ -20,11 +20,11 @@ "keywords": [

"dependencies": {
"@webassemblyjs/ast": "1.3.2",
"@webassemblyjs/floating-point-hex-parser": "1.3.2",
"@webassemblyjs/helper-code-frame": "1.3.2",
"@webassemblyjs/helper-fsm": "1.3.2",
"@webassemblyjs/ast": "1.3.3",
"@webassemblyjs/floating-point-hex-parser": "1.3.3",
"@webassemblyjs/helper-code-frame": "1.3.3",
"@webassemblyjs/helper-fsm": "1.3.3",
"long": "^3.2.0",
"webassemblyjs": "1.3.2"
"webassemblyjs": "1.3.3"
},
"devDependencies": {
"@webassemblyjs/helper-test-framework": "1.3.2"
"@webassemblyjs/helper-test-framework": "1.3.3"
},

@@ -31,0 +31,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