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 1.0.0 to 1.0.1

4

index.js

@@ -253,2 +253,4 @@ const SHA3 = require('sha3'),

if(v.toString('hex') === '00' && field.noZero) v = new Buffer([]);
if(field.word && new BN(v).cmp(MAX_INTEGER) === 1){

@@ -262,4 +264,4 @@ throw('to large of value');

if (!(field.empty && v.length === 0) && field.length) {
assert(field.length === v.length, 'The field ' + field.name + 'must have byte length of ' + field.length);

@@ -266,0 +268,0 @@ }

{
"name": "ethereumjs-util",
"version": "1.0.0",
"version": "1.0.1",
"description": "a collection of utility functions for Ethereum",

@@ -5,0 +5,0 @@ "main": "index.js",

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