Socket
Socket
Sign inDemoInstall

web3-providers-http

Package Overview
Dependencies
Maintainers
4
Versions
419
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web3-providers-http - npm Package Compare versions

Comparing version 4.2.1-dev.9b32205.0 to 4.2.1-dev.b3cb1b7.0

1

lib/commonjs/index.js

@@ -63,3 +63,2 @@ "use strict";

}
;
return (yield response.json());

@@ -66,0 +65,0 @@ });

@@ -57,3 +57,2 @@ /*

}
;
return (yield response.json());

@@ -60,0 +59,0 @@ });

10

package.json
{
"name": "web3-providers-http",
"version": "4.2.1-dev.9b32205.0+9b32205",
"version": "4.2.1-dev.b3cb1b7.0+b3cb1b7",
"description": "HTTP provider for Web3 4.x.x",

@@ -64,7 +64,7 @@ "main": "./lib/commonjs/index.js",

"cross-fetch": "^4.0.0",
"web3-errors": "1.3.1-dev.9b32205.0+9b32205",
"web3-types": "1.7.1-dev.9b32205.0+9b32205",
"web3-utils": "4.3.2-dev.9b32205.0+9b32205"
"web3-errors": "1.3.1-dev.b3cb1b7.0+b3cb1b7",
"web3-types": "1.7.1-dev.b3cb1b7.0+b3cb1b7",
"web3-utils": "4.3.2-dev.b3cb1b7.0+b3cb1b7"
},
"gitHead": "9b322052ef266cc57b29080b20053991e0c9a0a9"
"gitHead": "b3cb1b782cc2c62bd87909c7cdc426ed43a49c1c"
}

@@ -81,6 +81,6 @@ /*

});
if (!response.ok) {
if (!response.ok) {
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument
throw new ResponseError(await response.json(), undefined, undefined, response.status);
};
}

@@ -87,0 +87,0 @@ return (await response.json()) as JsonRpcResponseWithResult<ResultType>;

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