@webassemblyjs/leb128
Advanced tools
Comparing version 1.6.0 to 1.7.0-0
@@ -19,3 +19,3 @@ "use strict"; | ||
/** | ||
* According to https://webassembly.github.io/spec/binary/values.html#binary-int | ||
* According to https://webassembly.github.io/spec/core/binary/values.html#binary-int | ||
* max = ceil(32/7) | ||
@@ -25,3 +25,3 @@ */ | ||
/** | ||
* According to https://webassembly.github.io/spec/binary/values.html#binary-int | ||
* According to https://webassembly.github.io/spec/core/binary/values.html#binary-int | ||
* max = ceil(64/7) | ||
@@ -28,0 +28,0 @@ */ |
{ | ||
"name": "@webassemblyjs/leb128", | ||
"version": "1.6.0", | ||
"version": "1.7.0-0", | ||
"description": "LEB128 decoder and encoder", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"module": "esm/index.js", | ||
"scripts": { | ||
@@ -8,0 +9,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
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
45008
10
1212
3