Socket
Socket
Sign inDemoInstall

@ethersproject/abstract-provider

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ethersproject/abstract-provider - npm Package Compare versions

Comparing version 5.1.0 to 5.2.0

2

lib.esm/_version.d.ts

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

export declare const version = "abstract-provider/5.1.0";
export declare const version = "abstract-provider/5.2.0";
//# sourceMappingURL=_version.d.ts.map

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

export const version = "abstract-provider/5.1.0";
export const version = "abstract-provider/5.2.0";
//# sourceMappingURL=_version.js.map

@@ -78,3 +78,3 @@ import { BigNumber, BigNumberish } from "@ethersproject/bignumber";

address?: string;
topics?: Array<string | Array<string>>;
topics?: Array<string | Array<string> | null>;
}

@@ -81,0 +81,0 @@ export interface Filter extends EventFilter {

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

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

@@ -78,3 +78,3 @@ import { BigNumber, BigNumberish } from "@ethersproject/bignumber";

address?: string;
topics?: Array<string | Array<string>>;
topics?: Array<string | Array<string> | null>;
}

@@ -81,0 +81,0 @@ export interface Filter extends EventFilter {

{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/bignumber": "^5.1.0",
"@ethersproject/bytes": "^5.1.0",
"@ethersproject/logger": "^5.1.0",
"@ethersproject/networks": "^5.1.0",
"@ethersproject/properties": "^5.1.0",
"@ethersproject/transactions": "^5.1.0",
"@ethersproject/web": "^5.1.0"
"@ethersproject/bignumber": "^5.2.0",
"@ethersproject/bytes": "^5.2.0",
"@ethersproject/logger": "^5.2.0",
"@ethersproject/networks": "^5.2.0",
"@ethersproject/properties": "^5.2.0",
"@ethersproject/transactions": "^5.2.0",
"@ethersproject/web": "^5.2.0"
},

@@ -24,3 +24,3 @@ "description": "An Abstract Class for describing an Ethereum Provider for ethers.",

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

@@ -46,5 +46,5 @@ "Ethereum",

"sideEffects": false,
"tarballHash": "0x9a2ee9005c813b52689b7d87a01f6ce29010ef3f899c5fc500e6ae3ea0f03ea2",
"tarballHash": "0x7b9f83b84726a18491bd1665ff4d856364aba22521e78572353d1d9995ac1c4e",
"types": "./lib/index.d.ts",
"version": "5.1.0"
"version": "5.2.0"
}

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

export const version = "abstract-provider/5.1.0";
export const version = "abstract-provider/5.2.0";

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

address?: string;
topics?: Array<string | Array<string>>;
topics?: Array<string | Array<string> | null>;
}

@@ -120,0 +120,0 @@

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