ethereumjs-util
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -321,3 +321,3 @@ const SHA3 = require('sha3') | ||
data.forEach(function (d, i) { | ||
self[self._fields[i]] = typeof d === 'string' ? new Buffer(d, 'hex') : d | ||
self[self._fields[i]] = exports.toBuffer(d) | ||
}) | ||
@@ -324,0 +324,0 @@ } else if (typeof data === 'object') { |
{ | ||
"name": "ethereumjs-util", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "a collection of utility functions for Ethereum", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
1
40951
7