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

wasmparser

Package Overview
Dependencies
Maintainers
2
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wasmparser - npm Package Compare versions

Comparing version 0.3.5 to 0.3.6

2

package.json
{
"name": "wasmparser",
"version": "0.3.5",
"version": "0.3.6",
"description": "Binary WebAssembly file parser.",

@@ -5,0 +5,0 @@ "main": "./dist/WasmParser.js",

@@ -349,3 +349,3 @@ /* Copyright 2017 Mozilla Foundation

if (section.id == SectionCode.Custom) {
this.writeString(section.name);
this.writeString(section.name);
}

@@ -698,3 +698,3 @@ this._state = EmitterState.RawDataSection;

default:
throw new Error(`Unexpected name entry type ${entry.type}`);
throw new Error(`Unexpected name entry type ${entry.type}`);
}

@@ -731,3 +731,3 @@ this.patchVarUint32(payloadLengthPatchable, this._position - start);

default:
throw new Error(`Unexpected reloc entry type ${entry.type}`);
throw new Error(`Unexpected reloc entry type ${entry.type}`);
}

@@ -734,0 +734,0 @@ }

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