New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jwallet-web-keystore

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jwallet-web-keystore - npm Package Compare versions

Comparing version

to
0.2.4

5

lib/Keystore.js

@@ -121,2 +121,7 @@ 'use strict';

this._checkAccountExist(account);
if (account.name === accountName) {
return account;
}
this._checkAccountUniqueness({ accountName: accountName }, 'name');

@@ -123,0 +128,0 @@

2

package.json
{
"name": "jwallet-web-keystore",
"version": "0.2.3",
"version": "0.2.4",
"description": "Library for ethereum blockchain accounts management",

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