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 0.0.8 to 0.0.9

2

index.js

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

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