Socket
Socket
Sign inDemoInstall

ethereumjs-account

Package Overview
Dependencies
25
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

.package.json.swo

4

index.js

@@ -95,6 +95,6 @@ const ethUtil = require('ethereumjs-util')

var t = trie.copy()
t.root = self.stateroot
t.root = self.stateRoot
t.put(key, val, function (err) {
if (err) return cb()
self.stateroot = t.root
self.stateRoot = t.root
cb()

@@ -101,0 +101,0 @@ })

{
"name": "ethereumjs-account",
"version": "0.0.4",
"version": "0.0.5",
"description": "a help module for ethereum account schema",

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc