Socket
Socket
Sign inDemoInstall

@ethersproject/providers

Package Overview
Dependencies
19
Maintainers
1
Versions
114
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.6.2 to 5.6.3

2

lib.esm/_version.d.ts

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

export declare const version = "providers/5.6.2";
export declare const version = "providers/5.6.3";
//# sourceMappingURL=_version.d.ts.map

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

export const version = "providers/5.6.2";
export const version = "providers/5.6.3";
//# sourceMappingURL=_version.js.map

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

}
logger.throwError("missing revert data in call exception", Logger.errors.CALL_EXCEPTION, {
logger.throwError("missing revert data in call exception; Transaction reverted without a reason string", Logger.errors.CALL_EXCEPTION, {
error, data: "0x"

@@ -62,0 +62,0 @@ });

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

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

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

}
logger.throwError("missing revert data in call exception", logger_1.Logger.errors.CALL_EXCEPTION, {
logger.throwError("missing revert data in call exception; Transaction reverted without a reason string", logger_1.Logger.errors.CALL_EXCEPTION, {
error: error,

@@ -106,0 +106,0 @@ data: "0x"

@@ -49,3 +49,3 @@ {

],
"gitHead": "ef1b28e958b50cea7ff44da43b3c5ff054e4b483",
"gitHead": "9e57e71dc0b410d4b9408beb43e233a55463d331",
"keywords": [

@@ -71,5 +71,5 @@ "Ethereum",

"sideEffects": false,
"tarballHash": "0x181e53d30739aad39e89df28361535c019b173d2fc07c78c150cdf32b8831056",
"tarballHash": "0x1ada3d43c64f16ac75feb9628064c94fd05f46bb594258a6b94581c046cb21ae",
"types": "./lib/index.d.ts",
"version": "5.6.2"
"version": "5.6.3"
}

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

export const version = "providers/5.6.2";
export const version = "providers/5.6.3";

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

logger.throwError("missing revert data in call exception", Logger.errors.CALL_EXCEPTION, {
logger.throwError("missing revert data in call exception; Transaction reverted without a reason string", Logger.errors.CALL_EXCEPTION, {
error, data: "0x"

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc