@ethersproject/json-wallets
Advanced tools
Comparing version 5.0.0-beta.121 to 5.0.0-beta.122
@@ -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" | ||
} |
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
29711
16
663