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.2 to 2.0.3

3

index.js

@@ -245,2 +245,3 @@ const SHA3 = require('sha3')

}
return exports.isHexPrefixed(str) ? str : '0x' + str

@@ -265,3 +266,3 @@ }

if (typeof this[prop] !== 'function' && prop !== 'raw' && prop !== '_fields') {
obj[prop] = this[prop].toString('hex')
obj[prop] = '0x' + this[prop].toString('hex')
}

@@ -268,0 +269,0 @@ }

{
"name": "ethereumjs-util",
"version": "2.0.2",
"version": "2.0.3",
"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

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