Socket
Socket
Sign inDemoInstall

@ethersproject/contracts

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ethersproject/contracts - npm Package Compare versions

Comparing version 5.1.0 to 5.1.1

2

lib.esm/_version.d.ts

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

export declare const version = "contracts/5.1.0";
export declare const version = "contracts/5.1.1";
//# sourceMappingURL=_version.d.ts.map

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

export const version = "contracts/5.1.0";
export const version = "contracts/5.1.1";
//# sourceMappingURL=_version.js.map

@@ -715,3 +715,3 @@ "use strict";

const emit = this._wrappedEmits[runningEvent.tag];
if (emit) {
if (emit && runningEvent.filter) {
this.provider.off(runningEvent.filter, emit);

@@ -718,0 +718,0 @@ delete this._wrappedEmits[runningEvent.tag];

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

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

@@ -851,3 +851,3 @@ "use strict";

var emit = this._wrappedEmits[runningEvent.tag];
if (emit) {
if (emit && runningEvent.filter) {
this.provider.off(runningEvent.filter, emit);

@@ -854,0 +854,0 @@ delete this._wrappedEmits[runningEvent.tag];

@@ -27,3 +27,3 @@ {

],
"gitHead": "3b1d3fcee6bfb5178861e26ff1a1e9daa0663ec9",
"gitHead": "c0daf437f7568ed691249cef11ad33850aa1b45d",
"keywords": [

@@ -49,5 +49,5 @@ "Ethereum",

"sideEffects": false,
"tarballHash": "0x94a2e1633e19ed31fa9284c9056d0ce89b752521d3f280b2ae6f89f2c578df9a",
"tarballHash": "0x42bc93f9c1cd5cdf5736c430f66a9a3da8c743461cb5590447e7fee04fa0ebfe",
"types": "./lib/index.d.ts",
"version": "5.1.0"
"version": "5.1.1"
}

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

export const version = "contracts/5.1.0";
export const version = "contracts/5.1.1";

@@ -920,3 +920,3 @@ "use strict";

const emit = this._wrappedEmits[runningEvent.tag];
if (emit) {
if (emit && runningEvent.filter) {
this.provider.off(runningEvent.filter, emit);

@@ -923,0 +923,0 @@ delete this._wrappedEmits[runningEvent.tag];

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