@webassemblyjs/helper-wasm-bytecode
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -99,3 +99,3 @@ var illegalop = "illegal"; | ||
start: 8, | ||
elem: 9, | ||
element: 9, | ||
code: 10, | ||
@@ -102,0 +102,0 @@ data: 11 |
{ | ||
"name": "@webassemblyjs/helper-wasm-bytecode", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "WASM's Bytecode constants", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -97,3 +97,3 @@ const illegalop = "illegal"; | ||
start: 8, | ||
elem: 9, | ||
element: 9, | ||
code: 10, | ||
@@ -100,0 +100,0 @@ data: 11 |
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
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
20789