Comparing version 2.0.0 to 2.0.1
@@ -22,5 +22,2 @@ var UINT_32_MAX = Math.pow(2, 32) | ||
if (!buf) buf = new Buffer(4) | ||
if (!offset) offset = 0 | ||
var top = buf.readUInt32BE(offset) | ||
@@ -27,0 +24,0 @@ var rem = buf.readUInt32BE(offset + 4) |
{ | ||
"name": "uint64be", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Encode / decode big endian unsigned 64 bit integers", | ||
@@ -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
4326
39