ethereumjs-util
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -236,2 +236,5 @@ const SHA3 = require('sha3'), | ||
if (typeof v === 'string') { | ||
if (v.slice(0, 2) === '0x') { | ||
v = v.slice(2); | ||
} | ||
v = new Buffer(v, 'hex'); | ||
@@ -238,0 +241,0 @@ } else if (typeof v === 'number') { |
{ | ||
"name": "ethereumjs-util", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "a collection of utility functions for Ethereum", | ||
@@ -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
16801
457