Socket
Socket
Sign inDemoInstall

@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.6.0 to 5.6.1

2

lib.esm/_version.d.ts

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

export declare const version = "wallet/5.6.0";
export declare const version = "wallet/5.6.1";
//# sourceMappingURL=_version.d.ts.map

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

export const version = "wallet/5.6.0";
export const version = "wallet/5.6.1";
//# sourceMappingURL=_version.js.map

@@ -35,3 +35,2 @@ "use strict";

constructor(privateKey, provider) {
logger.checkNew(new.target, Wallet);
super();

@@ -38,0 +37,0 @@ if (isAccount(privateKey)) {

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

export declare const version = "wallet/5.6.0";
export declare const version = "wallet/5.6.1";
//# sourceMappingURL=_version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0;
exports.version = "wallet/5.6.0";
exports.version = "wallet/5.6.1";
//# sourceMappingURL=_version.js.map

@@ -80,6 +80,3 @@ "use strict";

function Wallet(privateKey, provider) {
var _newTarget = this.constructor;
var _this = this;
logger.checkNew(_newTarget, Wallet);
_this = _super.call(this) || this;
var _this = _super.call(this) || this;
if (isAccount(privateKey)) {

@@ -86,0 +83,0 @@ var signingKey_1 = new signing_key_1.SigningKey(privateKey.privateKey);

@@ -32,3 +32,3 @@ {

],
"gitHead": "b8cda5dffdcb688e38d7c6a0aec4c7b8b59c1af5",
"gitHead": "01aea705ce60b1c42d2f465b162cb339a0e94392",
"keywords": [

@@ -54,5 +54,5 @@ "Ethereum",

"sideEffects": false,
"tarballHash": "0xe2f6bf513f6cfd2a38dfb06b872f5685f7039b68f742819f4fd088469ab1318e",
"tarballHash": "0x390f5629348502f139152d5f4ba7109cd820cad48d6c8d3cc12153a82459e1a4",
"types": "./lib/index.d.ts",
"version": "5.6.0"
"version": "5.6.1"
}

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

export const version = "wallet/5.6.0";
export const version = "wallet/5.6.1";

@@ -41,4 +41,2 @@ "use strict";

constructor(privateKey: BytesLike | ExternallyOwnedAccount | SigningKey, provider?: Provider) {
logger.checkNew(new.target, Wallet);
super();

@@ -45,0 +43,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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