ethereumjs-wallet
Advanced tools
Comparing version 0.6.0 to 0.6.1
{ | ||
"name": "ethereumjs-wallet", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Utilities for handling Ethereum keys", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
@@ -10,4 +13,6 @@ "coverage": "istanbul cover _mocha", | ||
"lint": "standard", | ||
"prepublish": "npm run lint && npm run test", | ||
"test": "mocha ./test/**/*.js" | ||
"prepublishOnly": "npm run lint && npm run test:build", | ||
"test": "mocha ./test/*.js", | ||
"test:build": "npm run build:dist && mocha ./dist/test/*.js", | ||
"build:dist": "babel *.js test/*.js -d dist/" | ||
}, | ||
@@ -30,15 +35,18 @@ "repository": { | ||
"dependencies": { | ||
"aes-js": "^0.2.3", | ||
"bs58check": "^1.0.8", | ||
"ethereumjs-util": "^4.4.0", | ||
"hdkey": "^0.7.0", | ||
"aes-js": "^3.1.0", | ||
"bs58check": "^2.1.1", | ||
"ethereumjs-util": "^5.1.4", | ||
"hdkey": "^0.8.0", | ||
"safe-buffer": "^5.1.1", | ||
"scrypt.js": "^0.2.0", | ||
"uuid": "^2.0.1", | ||
"utf8": "^2.1.1" | ||
"utf8": "^3.0.0", | ||
"uuid": "^3.2.1" | ||
}, | ||
"devDependencies": { | ||
"coveralls": "^2.11.4", | ||
"istanbul": "^0.4.1", | ||
"mocha": "^2.3.4", | ||
"standard": "^5.4.1" | ||
"babel-cli": "^6.26.0", | ||
"babel-preset-env": "^1.6.1", | ||
"coveralls": "^3.0.0", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^5.0.0", | ||
"standard": "^10.0.0" | ||
}, | ||
@@ -49,4 +57,7 @@ "standard": { | ||
"it" | ||
], | ||
"ignore": [ | ||
"dist/**" | ||
] | ||
} | ||
} |
# ethereumjs-wallet | ||
[![NPM Package](https://img.shields.io/npm/v/ethereumjs-wallet.svg?style=flat-square)](https://www.npmjs.org/package/ethereumjs-wallet) | ||
[![Build Status](https://img.shields.io/travis/ethereumjs/ethereumjs-wallet.svg?branch=master&style=flat-square)](https://travis-ci.org/ethereumjs/ethereumjs-wallet) | ||
[![Build Status](https://travis-ci.org/ethereumjs/ethereumjs-wallet.svg?branch=master)](https://travis-ci.org/ethereumjs/ethereumjs-wallet) | ||
[![Coverage Status](https://img.shields.io/coveralls/ethereumjs/ethereumjs-wallet.svg?style=flat-square)](https://coveralls.io/r/ethereumjs/ethereumjs-wallet) | ||
@@ -31,2 +31,3 @@ [![Gitter](https://img.shields.io/gitter/room/ethereum/ethereumjs-lib.svg?style=flat-square)](https://gitter.im/ethereum/ethereumjs-lib) or #ethereumjs on freenode | ||
* `generate([icap])` - create an instance based on a new random key (setting `icap` to true will generate an address suitable for the `ICAP Direct mode`) | ||
* `generateVanityAddress(pattern)` - create an instance where the address is valid against the supplied pattern (**this will be very slow**) | ||
* `fromPrivateKey(input)` - create an instance based on a raw private key | ||
@@ -81,3 +82,3 @@ * `fromExtendedPrivateKey(input)` - create an instance based on a BIP32 extended private key (xprv) | ||
For the seed we suggest to use [bip39](https://npmjs.org/packages/bip39) to create one from a BIP39 mnemonic. | ||
For the seed we suggest to use [bip39](https://npmjs.org/package/bip39) to create one from a BIP39 mnemonic. | ||
@@ -84,0 +85,0 @@ Instance methods: |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
50669
821
137
8
6
10
1
+ Addedsafe-buffer@^5.1.1
+ Addedaes-js@3.1.2(transitive)
+ Addedethereumjs-util@5.2.1(transitive)
+ Addedethjs-util@0.1.6(transitive)
+ Addedhdkey@0.8.0(transitive)
+ Addedis-hex-prefixed@1.0.0(transitive)
+ Addedstrip-hex-prefix@1.0.0(transitive)
+ Addedutf8@3.0.0(transitive)
+ Addeduuid@3.4.0(transitive)
- Removedaes-js@0.2.4(transitive)
- Removedbase-x@1.1.0(transitive)
- Removedbs58@3.1.0(transitive)
- Removedbs58check@1.3.4(transitive)
- Removedethereumjs-util@4.5.1(transitive)
- Removedhdkey@0.7.1(transitive)
- Removedutf8@2.1.2(transitive)
- Removeduuid@2.0.3(transitive)
Updatedaes-js@^3.1.0
Updatedbs58check@^2.1.1
Updatedethereumjs-util@^5.1.4
Updatedhdkey@^0.8.0
Updatedutf8@^3.0.0
Updateduuid@^3.2.1