Socket
Socket
Sign inDemoInstall

aion-web3-providers-http

Package Overview
Dependencies
Maintainers
4
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aion-web3-providers-http - npm Package Compare versions

Comparing version 1.2.6-beta.2 to 1.2.6-beta.4

6

package.json
{
"name": "aion-web3-providers-http",
"namespace": "aion",
"version": "1.2.6-beta.2",
"version": "1.2.6-beta.4",
"description": "Module to handle web3 RPC connections over HTTP.",

@@ -10,6 +10,6 @@ "repository": "https://github.com/aionnetwork/aion_web3/tree/master/packages/web3-providers-http",

"dependencies": {
"aion-web3-core-helpers": "1.2.6-beta.2",
"aion-web3-core-helpers": "1.2.6-beta.4",
"xhr2-cookies": "1.1.0"
},
"gitHead": "26d0739d1a736a34a936744d12da2ec2a668dfd7"
"gitHead": "4b48e2dd4a8acc1ef30c0b2fd2f1a08fea0f9c6b"
}

@@ -27,2 +27,8 @@ /*

/**
*
* @namespace web3-providers-http
*
*/
var errors = require('aion-web3-core-helpers').errors;

@@ -29,0 +35,0 @@ var XHR2 = require('xhr2-cookies').XMLHttpRequest // jshint ignore: line

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