Comparing version 3.0.1 to 4.0.0
@@ -9,2 +9,4 @@ | ||
var N7 = Math.pow(2, 49) | ||
var N8 = Math.pow(2, 56) | ||
var N9 = Math.pow(2, 63) | ||
@@ -20,4 +22,6 @@ module.exports = function (value) { | ||
: value < N7 ? 7 | ||
: 8 | ||
: value < N8 ? 8 | ||
: value < N9 ? 9 | ||
: 10 | ||
) | ||
} |
{ | ||
"name": "varint", | ||
"version": "3.0.1", | ||
"version": "4.0.0", | ||
"description": "protobuf-style varint bytes - use msb to create integer values of varying sizes", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
8880
231