Socket
Socket
Sign inDemoInstall

@ethersproject/networks

Package Overview
Dependencies
1
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.6.0 to 5.6.1

2

lib.esm/_version.d.ts

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

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

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

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

@@ -53,2 +53,8 @@ "use strict";

}
if (providers.AnkrProvider && options.ankr !== "-") {
try {
providerList.push(new providers.AnkrProvider(network, options.ankr));
}
catch (error) { }
}
if (providerList.length === 0) {

@@ -55,0 +61,0 @@ return null;

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

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

@@ -55,2 +55,8 @@ "use strict";

}
if (providers.AnkrProvider && options.ankr !== "-") {
try {
providerList.push(new providers.AnkrProvider(network, options.ankr));
}
catch (error) { }
}
if (providerList.length === 0) {

@@ -57,0 +63,0 @@ return null;

@@ -18,3 +18,3 @@ {

],
"gitHead": "b8cda5dffdcb688e38d7c6a0aec4c7b8b59c1af5",
"gitHead": "ab628c285ef657c0ffd65792c53e201da7ef62ac",
"keywords": [

@@ -40,5 +40,5 @@ "Ethereum",

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

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

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

@@ -67,2 +67,8 @@ "use strict";

if (providers.AnkrProvider && options.ankr !== "-") {
try {
providerList.push(new providers.AnkrProvider(network, options.ankr));
} catch(error) { }
}
if (providerList.length === 0) { return null; }

@@ -69,0 +75,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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc