Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

web3-core-requestmanager

Package Overview
Dependencies
Maintainers
4
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web3-core-requestmanager - npm Package Compare versions

Comparing version 1.7.1 to 1.7.2-rc.0

2

lib/index.js

@@ -130,4 +130,2 @@ /*

};
// TODO: Remove close once the standard allows it
this.provider.on('close', disconnect);
this.provider.on('disconnect', disconnect);

@@ -134,0 +132,0 @@ // TODO add end, timeout??

12

package.json
{
"name": "web3-core-requestmanager",
"version": "1.7.1",
"version": "1.7.2-rc.0",
"description": "Web3 module to handle requests to external providers.",

@@ -16,8 +16,8 @@ "repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-core-requestmanager",

"util": "^0.12.0",
"web3-core-helpers": "1.7.1",
"web3-providers-http": "1.7.1",
"web3-providers-ipc": "1.7.1",
"web3-providers-ws": "1.7.1"
"web3-core-helpers": "1.7.2-rc.0",
"web3-providers-http": "1.7.2-rc.0",
"web3-providers-ipc": "1.7.2-rc.0",
"web3-providers-ws": "1.7.2-rc.0"
},
"gitHead": "75f7b803b40747095d0fd058d55a3d89367bb859"
"gitHead": "f8f30243572d84393ff050c12e3594a5cdbc4483"
}

@@ -150,4 +150,2 @@ /*

};
// TODO: Remove close once the standard allows it
this.provider.on('close', disconnect);
this.provider.on('disconnect', disconnect);

@@ -154,0 +152,0 @@

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