Socket
Socket
Sign inDemoInstall

ethereumjs-wallet

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ethereumjs-wallet - npm Package Compare versions

Comparing version 0.6.4 to 0.6.5

8

CHANGELOG.md

@@ -8,2 +8,10 @@ # Changelog

## [0.6.5] - 2020-07-17
- Replaced native `hdkey` dependency with
[ethereum-cryptography](https://github.com/ethereum/js-ethereum-cryptography) that doesn't require
native dependency compiling,
PR [#130](https://github.com/ethereumjs/ethereumjs-wallet/pull/130)
[0.6.5]: https://github.com/ethereumjs/ethereumjs-wallet/compare/v0.6.4...v0.6.5
## [0.6.4] - 2020-05-01

@@ -10,0 +18,0 @@

4

hdkey.js
'use strict';
var HDKey = require('hdkey');
var _require = require('ethereum-cryptography/hdkey'),
HDKey = _require.HDKey;
var Wallet = require('./index.js');

@@ -5,0 +7,0 @@

{
"name": "ethereumjs-wallet",
"version": "0.6.4",
"version": "0.6.5",
"description": "Utilities for handling Ethereum keys",

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

"lint": "standard",
"prepublishOnly": "",
"prepublishOnly": "npm run lint && npm run test:build",
"test": "mocha ./src/test/*.js",
"test:build": "npm run build:dist && mocha ./test/*.js",
"test:build": "npm run build:dist",
"build:dist": "babel src/ -d ."

@@ -44,4 +44,4 @@ },

"bs58check": "^2.1.2",
"ethereum-cryptography": "^0.1.3",
"ethereumjs-util": "^6.0.0",
"hdkey": "^1.1.1",
"randombytes": "^2.0.6",

@@ -48,0 +48,0 @@ "safe-buffer": "^5.1.2",

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