@ethersproject/json-wallets
Advanced tools
Comparing version 5.0.4 to 5.0.5
@@ -1,1 +0,1 @@ | ||
export declare const version = "json-wallets/5.0.4"; | ||
export declare const version = "json-wallets/5.0.5"; |
@@ -1,2 +0,2 @@ | ||
export const version = "json-wallets/5.0.4"; | ||
export const version = "json-wallets/5.0.5"; | ||
//# sourceMappingURL=_version.js.map |
@@ -1,1 +0,1 @@ | ||
export declare const version = "json-wallets/5.0.4"; | ||
export declare const version = "json-wallets/5.0.5"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = "json-wallets/5.0.4"; | ||
exports.version = "json-wallets/5.0.5"; | ||
//# sourceMappingURL=_version.js.map |
{ | ||
"author": "Richard Moore <me@ricmoo.com>", | ||
"dependencies": { | ||
"@ethersproject/abstract-signer": "^5.0.0", | ||
"@ethersproject/address": "^5.0.0", | ||
"@ethersproject/bytes": "^5.0.0", | ||
"@ethersproject/hdnode": "^5.0.0", | ||
"@ethersproject/keccak256": "^5.0.0", | ||
"@ethersproject/logger": "^5.0.0", | ||
"@ethersproject/pbkdf2": "^5.0.0", | ||
"@ethersproject/properties": "^5.0.0", | ||
"@ethersproject/random": "^5.0.0", | ||
"@ethersproject/strings": "^5.0.0", | ||
"@ethersproject/transactions": "^5.0.0", | ||
"@ethersproject/abstract-signer": "^5.0.3", | ||
"@ethersproject/address": "^5.0.3", | ||
"@ethersproject/bytes": "^5.0.4", | ||
"@ethersproject/hdnode": "^5.0.3", | ||
"@ethersproject/keccak256": "^5.0.3", | ||
"@ethersproject/logger": "^5.0.5", | ||
"@ethersproject/pbkdf2": "^5.0.3", | ||
"@ethersproject/properties": "^5.0.3", | ||
"@ethersproject/random": "^5.0.3", | ||
"@ethersproject/strings": "^5.0.3", | ||
"@ethersproject/transactions": "^5.0.3", | ||
"aes-js": "3.0.0", | ||
@@ -38,5 +38,5 @@ "scrypt-js": "3.0.1" | ||
}, | ||
"tarballHash": "0x541b93a8a82058ac96f8c7f06bed6c8322af119ff03d440cc17dfa521ba68796", | ||
"tarballHash": "0xcff3f234273ff7c412bb3be96324f5d35e74de5cb2354bd6bfbf05997518e970", | ||
"types": "./lib/index.d.ts", | ||
"version": "5.0.4" | ||
"version": "5.0.5" | ||
} |
Secret Storage JSON Wallet Utilities | ||
==================================== | ||
**EXPERIMENTAL** | ||
This sub-module is part of the [ethers project](https://github.com/ethers-io/ethers.js). | ||
Please see the [ethers](https://github.com/ethers-io/ethers.js) repository | ||
for more informations. | ||
It is responsible for encoding, decoding, encrypting and decrypting JSON wallet | ||
formats. | ||
API | ||
--- | ||
For more information, see the [documentation](https://docs.ethers.io/v5/api/utils/). | ||
`@TODO` | ||
Importing | ||
--------- | ||
Most users will prefer to use the [umbrella package](https://www.npmjs.com/package/ethers), | ||
but for those with more specific needs, individual components can be imported. | ||
```javascript | ||
const { | ||
isCrowdsaleWallet, | ||
decryptCrowdsale, | ||
isKeystoreWallet, | ||
decryptKeystore, | ||
decryptKeystoreSync, | ||
encryptKeystore, | ||
getJsonWalletAddress, | ||
decryptJsonWallet, | ||
decryptJsonWalletSync, | ||
// Types | ||
ProgressCallback, | ||
EncryptOptions | ||
} = require("@ethersproject/json-wallets"); | ||
``` | ||
License | ||
@@ -15,0 +45,0 @@ ------- |
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
92968
48
Updated@ethersproject/bytes@^5.0.4
Updated@ethersproject/hdnode@^5.0.3
Updated@ethersproject/logger@^5.0.5
Updated@ethersproject/pbkdf2@^5.0.3
Updated@ethersproject/random@^5.0.3