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

eth-provider

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eth-provider - npm Package Compare versions

Comparing version 0.9.6 to 0.9.7

2

ConnectionManager/index.js

@@ -64,3 +64,3 @@ const EventEmitter = require('events')

connectionError (index, err) {
if (this.connection) this.connection.close()
if (this.connection && this.connection.close) this.connection.close()

@@ -67,0 +67,0 @@ this.targets[index].status = err

{
"name": "eth-provider",
"version": "0.9.6",
"version": "0.9.7",
"description": "A Universal Ethereum Provider",

@@ -5,0 +5,0 @@ "browser": "browser.js",

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