ethereumjs-util
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -239,3 +239,3 @@ const SHA3 = require('sha3'), | ||
v = exports.intToBuffer(v); | ||
} else if (v === null) { | ||
} else if (v === null || v === undefined) { | ||
v = new Buffer([]); | ||
@@ -242,0 +242,0 @@ } else if (v.toArray) { |
{ | ||
"name": "ethereumjs-util", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "a collection of utility functions for Ethereum", | ||
@@ -27,3 +27,3 @@ "main": "index.js", | ||
"crypto-js": "^3.1.2-5", | ||
"rlp": "0.0.12", | ||
"rlp": "^0.0.14", | ||
"sha3": "^1.1.0" | ||
@@ -30,0 +30,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
16714
+ Addedrlp@0.0.14(transitive)
- Removedrlp@0.0.12(transitive)
Updatedrlp@^0.0.14