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

@ethersproject/wallet

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ethersproject/wallet - npm Package Compare versions

Comparing version 5.0.2 to 5.0.3

2

lib.esm/_version.d.ts

@@ -1,1 +0,1 @@

export declare const version = "wallet/5.0.2";
export declare const version = "wallet/5.0.3";

@@ -1,2 +0,2 @@

export const version = "wallet/5.0.2";
export const version = "wallet/5.0.3";
//# sourceMappingURL=_version.js.map

@@ -1,1 +0,1 @@

export declare const version = "wallet/5.0.2";
export declare const version = "wallet/5.0.3";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = "wallet/5.0.2";
exports.version = "wallet/5.0.3";
//# sourceMappingURL=_version.js.map
{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/abstract-provider": "^5.0.0",
"@ethersproject/abstract-signer": "^5.0.0",
"@ethersproject/address": "^5.0.0",
"@ethersproject/bignumber": "^5.0.0",
"@ethersproject/bytes": "^5.0.0",
"@ethersproject/hash": "^5.0.0",
"@ethersproject/hdnode": "^5.0.0",
"@ethersproject/json-wallets": "^5.0.0",
"@ethersproject/keccak256": "^5.0.0",
"@ethersproject/logger": "^5.0.0",
"@ethersproject/properties": "^5.0.0",
"@ethersproject/random": "^5.0.0",
"@ethersproject/signing-key": "^5.0.0",
"@ethersproject/transactions": "^5.0.0",
"@ethersproject/wordlists": "^5.0.0"
"@ethersproject/abstract-provider": "^5.0.3",
"@ethersproject/abstract-signer": "^5.0.3",
"@ethersproject/address": "^5.0.3",
"@ethersproject/bignumber": "^5.0.6",
"@ethersproject/bytes": "^5.0.4",
"@ethersproject/hash": "^5.0.3",
"@ethersproject/hdnode": "^5.0.3",
"@ethersproject/json-wallets": "^5.0.5",
"@ethersproject/keccak256": "^5.0.3",
"@ethersproject/logger": "^5.0.5",
"@ethersproject/properties": "^5.0.3",
"@ethersproject/random": "^5.0.3",
"@ethersproject/signing-key": "^5.0.4",
"@ethersproject/transactions": "^5.0.3",
"@ethersproject/wordlists": "^5.0.3"
},

@@ -40,5 +40,5 @@ "description": "Classes for managing, encrypting and decrypting Ethereum private keys as a Signer for ethers.",

},
"tarballHash": "0xc4a2ead43cdf1ab37ca4bd6f93cbe586981fc2bf8b5d6dbbfb183fe198ec7ffb",
"tarballHash": "0x5091e28dcb16da7f3d3c5344cb7ee56467333cdcc6857756eddb2dfea406088d",
"types": "./lib/index.d.ts",
"version": "5.0.2"
"version": "5.0.3"
}
Ethereum Wallet
===============
**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 contains the class to manage a private key and signing for a standard
externally-owned account.
API
---
For more information, see the [documentation](https://docs.ethers.io/v5/api/signer/#Wallet).
`@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 {
Wallet,
verifyMessage
} = require("@ethersproject/wallet");
```
License

@@ -15,0 +30,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