Comparing version 0.0.3 to 0.0.4
@@ -132,3 +132,3 @@ var internals = {}; | ||
} | ||
} else if (input === null || input === 0) { | ||
} else if (input === null || input === 0 || input === undefined) { | ||
return new Buffer(0); | ||
@@ -135,0 +135,0 @@ } else if (!isNaN(input)) { |
{ | ||
"name": "rlp", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Recursive Length Prefix Encoding Module", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -59,6 +59,2 @@ var assert = require('assert'); | ||
}); | ||
it('length of int >55, similar to string', function() { | ||
//need a test case here! | ||
}); | ||
}); | ||
@@ -65,0 +61,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
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
30096
263