Socket
Socket
Sign inDemoInstall

web3-providers-http

Package Overview
Dependencies
Maintainers
4
Versions
432
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.75df267.0 to 4.2.1-dev.76c468a.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.75df267.0+75df267",
"version": "4.2.1-dev.76c468a.0+76c468a",
"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.75df267.0+75df267",
"web3-types": "1.7.1-dev.75df267.0+75df267",
"web3-utils": "4.3.2-dev.75df267.0+75df267"
"web3-errors": "1.3.1-dev.76c468a.0+76c468a",
"web3-types": "1.8.1-dev.76c468a.0+76c468a",
"web3-utils": "4.3.2-dev.76c468a.0+76c468a"
},
"gitHead": "75df2677caa955ed3d62eac18e3c6a1fad2103b7"
"gitHead": "76c468ad490ba7a50229acb12690e0239870d8fb"
}

@@ -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