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

@webassemblyjs/wasm-parser

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webassemblyjs/wasm-parser - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2-y.0

4

lib/decoder.js

@@ -368,3 +368,3 @@ "use strict";

if (typeof signature === "undefined") {
throw new _errors.CompileError("function signature not found in type section");
throw new _errors.CompileError("function signature not found (".concat(typeindex, ")"));
}

@@ -411,3 +411,3 @@

if (typeof signature === "undefined") {
throw new _errors.CompileError("function signature not found");
throw new _errors.CompileError("function signature not found (".concat(typeindex, ")"));
}

@@ -414,0 +414,0 @@

{
"name": "@webassemblyjs/wasm-parser",
"version": "1.1.1",
"version": "1.1.2-y.0",
"keywords": [

@@ -19,7 +19,7 @@ "webassembly",

"dependencies": {
"@webassemblyjs/ast": "1.1.1",
"@webassemblyjs/helper-leb128": "1.1.1",
"@webassemblyjs/helper-wasm-bytecode": "1.1.1",
"@webassemblyjs/wasm-parser": "1.1.1",
"webassemblyjs": "1.1.1"
"@webassemblyjs/ast": "1.1.2-y.0",
"@webassemblyjs/helper-leb128": "1.1.2-y.0",
"@webassemblyjs/helper-wasm-bytecode": "1.1.2-y.0",
"@webassemblyjs/wasm-parser": "1.1.2-y.0",
"webassemblyjs": "1.1.2-y.0"
},

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

@@ -393,5 +393,3 @@ // @flow

if (typeof signature === "undefined") {
throw new CompileError(
"function signature not found in type section"
);
throw new CompileError(`function signature not found (${typeindex})`);
}

@@ -451,3 +449,3 @@

if (typeof signature === "undefined") {
throw new CompileError("function signature not found");
throw new CompileError(`function signature not found (${typeindex})`);
}

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