Comparing version 0.0.7 to 0.0.8
@@ -126,3 +126,3 @@ /** | ||
if (input.length === 1 && input[0] === 0) { | ||
return this.toBuffer(null); | ||
return toBuffer(null); | ||
} else { | ||
@@ -129,0 +129,0 @@ return input; |
{ | ||
"name": "rlp", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Recursive Length Prefix Encoding Module", | ||
@@ -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
58617