Socket
Socket
Sign inDemoInstall

@ethersproject/web

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ethersproject/web - npm Package Compare versions

Comparing version 6.0.0-beta.2 to 6.0.0-beta.3

2

lib/fetch-data.js

@@ -90,3 +90,3 @@ import { decodeBase64 } from "@ethersproject/bytes";

if (remainingTime < 0) {
return logger.throwError("timeout", "TIMEOUT", { operation: "request", request });
return logger.throwError("timeout", "TIMEOUT", { operation: "request", reason: "timeout", request });
}

@@ -93,0 +93,0 @@ response = await getUrl(request, remainingTime);

@@ -14,3 +14,3 @@ {

"ethereum": "donations.ethers.eth",
"gitHead": "4fcde0967317451fac6cec6addba8258f98c14b5",
"gitHead": "d1696bfa26b800157764d795efd7bd07fe36a758",
"keywords": [

@@ -36,6 +36,6 @@ "Ethereum",

"sideEffects": false,
"tarballHash": "0x1ee5ecab85b3d20d58ae749cd736e7fed3d3b4912a04807c545734efe124d8e0",
"tarballHash": "0xf9ba05786c7f1f4a9e89112e2d515b17339ee1a08fc9e080e825b2d5969d4e82",
"type": "module",
"types": "./lib/index.d.ts",
"version": "6.0.0-beta.2"
"version": "6.0.0-beta.3"
}

@@ -139,3 +139,3 @@ import { decodeBase64 } from "@ethersproject/bytes";

if (remainingTime < 0) {
return logger.throwError("timeout", "TIMEOUT", { operation: "request", request });
return logger.throwError("timeout", "TIMEOUT", { operation: "request", reason: "timeout", request });
}

@@ -142,0 +142,0 @@

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