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

@ethersproject/json-wallets

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ethersproject/json-wallets - npm Package Compare versions

Comparing version 5.0.0-beta.121 to 5.0.0-beta.122

_version.d.ts

2

crowdsale.js

@@ -60,3 +60,3 @@ "use strict";

}
var key = bytes_1.arrayify(pbkdf2_1.pbkdf2(password, password, 2000, 32, "sha256").slice(0, 16));
var key = bytes_1.arrayify(pbkdf2_1.pbkdf2(password, password, 2000, 32, "sha256")).slice(0, 16);
var iv = encseed.slice(0, 16);

@@ -63,0 +63,0 @@ var encryptedSeed = encseed.slice(16);

{
"name": "@ethersproject/json-wallets",
"version": "5.0.0-beta.121",
"version": "5.0.0-beta.122",
"description": "Wallet management utilities for KeyStore and Crowdsale JSON wallets.",

@@ -34,3 +34,3 @@ "main": "index.js",

},
"tarballHash": "0x3cad24742669542eefcf60bdc8a656c8a64a3a98415b5a409b3245c319b9cad1"
"tarballHash": "0x4a6fba84059c76eb29a6440d19506a32b50004c43ccb8b4435e42d1a8d28d8e4"
}
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