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

@ethersproject/abstract-signer

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ethersproject/abstract-signer - npm Package Compare versions

Comparing version 5.0.13 to 5.0.14

2

lib.esm/_version.d.ts

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

export declare const version = "abstract-signer/5.0.13";
export declare const version = "abstract-signer/5.0.14";
//# sourceMappingURL=_version.d.ts.map

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

export const version = "abstract-signer/5.0.13";
export const version = "abstract-signer/5.0.14";
//# sourceMappingURL=_version.js.map

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

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

@@ -6,6 +6,8 @@ "use strict";

({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
return extendStatics(d, b);
};
return function (d, b) {
if (typeof b !== "function" && b !== null)
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
extendStatics(d, b);

@@ -53,2 +55,3 @@ function __() { this.constructor = d; }

Object.defineProperty(exports, "__esModule", { value: true });
exports.VoidSigner = exports.Signer = void 0;
var properties_1 = require("@ethersproject/properties");

@@ -55,0 +58,0 @@ var logger_1 = require("@ethersproject/logger");

@@ -22,3 +22,3 @@ {

],
"gitHead": "bcda16df1d98b92af824026f8c3a0dfe5ebbf35d",
"gitHead": "6c43e20e7a68f3f5a141c74527ec63d9fe8458be",
"keywords": [

@@ -44,5 +44,5 @@ "Ethereum",

"sideEffects": false,
"tarballHash": "0x3555d81b93f332b82da7387bccaaab837cccaa6f3b03ced954a556506a9d213f",
"tarballHash": "0xf8e1dbd98c37e7a6ee8b2443528a1515a9a4d183a957c0d42acfcd0cd137af28",
"types": "./lib/index.d.ts",
"version": "5.0.13"
"version": "5.0.14"
}

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

export const version = "abstract-signer/5.0.13";
export const version = "abstract-signer/5.0.14";

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