Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ethereum-wallet

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ethereum-wallet - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

12

package.json
{
"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);

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