ethereum-wallet
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "ethereum-wallet", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Generates random Ethereum private/public keys, QR codes for them, and its address with an identicon", | ||
@@ -9,10 +9,10 @@ "main": "src/main.js", | ||
"dependencies": { | ||
"elliptic": "^6.4.0", | ||
"ethereumjs-util": "^5.1.4", | ||
"js-sha3": "^0.7.0", | ||
"elliptic": "^6.4.1", | ||
"ethereumjs-util": "^6.1.0", | ||
"js-sha3": "^0.8.0", | ||
"parse-color": "^1.0.0", | ||
"pngjs": "^3.3.1", | ||
"pngjs": "^3.3.3", | ||
"qr-image": "^3.2.0", | ||
"scryptsy": "^2.0.0", | ||
"uuid": "^3.2.1" | ||
"uuid": "^3.3.2" | ||
}, | ||
@@ -19,0 +19,0 @@ "scripts": { |
@@ -203,3 +203,3 @@ const identicon = require("./identicon.js"); | ||
while(this.walletCurrent <= this.walletMax){ | ||
while(this.walletCurrent < this.walletMax){ | ||
GetPrivateKey(this); | ||
@@ -206,0 +206,0 @@ await GenerateFiles(this); |
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
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
12496
+ Added@types/bn.js@4.11.6(transitive)
+ Addedethereumjs-util@6.2.1(transitive)
+ Addedjs-sha3@0.8.0(transitive)
- Removedethereumjs-util@5.2.1(transitive)
- Removedjs-sha3@0.7.0(transitive)
Updatedelliptic@^6.4.1
Updatedethereumjs-util@^6.1.0
Updatedjs-sha3@^0.8.0
Updatedpngjs@^3.3.3
Updateduuid@^3.3.2