Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ethereumjs-util

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ethereumjs-util - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

2

index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc