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.4 to 5.0.5

2

lib.esm/_version.d.ts

@@ -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 @@ -------

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