@webassemblyjs/wasm-parser
Advanced tools
Comparing version 1.1.1 to 1.1.2-y.0
@@ -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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
80650
2407
2
+ Added@webassemblyjs/ast@1.1.2-y.0(transitive)
+ Added@webassemblyjs/helper-leb128@1.1.2-y.0(transitive)
+ Added@webassemblyjs/helper-wasm-bytecode@1.1.2-y.0(transitive)
+ Added@webassemblyjs/wast-parser@1.1.2-y.0(transitive)
+ Addedwebassemblyjs@1.1.2-y.0(transitive)
- Removed@webassemblyjs/ast@1.1.1(transitive)
- Removed@webassemblyjs/helper-leb128@1.1.1(transitive)
- Removed@webassemblyjs/helper-wasm-bytecode@1.1.1(transitive)
- Removed@webassemblyjs/wast-parser@1.1.1(transitive)
- Removedwebassemblyjs@1.1.1(transitive)
Updated@webassemblyjs/ast@1.1.2-y.0
Updatedwebassemblyjs@1.1.2-y.0