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.2.4 to 0.2.5

3

ConnectionManager/index.js

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

if (!this.connected) return this.connectionError(index, err)
this.emit('error', err)
if (this.listenerCount('error')) return this.emit('error', err)
console.warn('eth-provider - Uncaught connection error: ' + err.message)
})

@@ -34,0 +35,0 @@

{
"name": "eth-provider",
"version": "0.2.4",
"version": "0.2.5",
"description": "A Universal Ethereum Provider",

@@ -28,3 +28,3 @@ "browser": "browser.js",

"uuid": "3.3.2",
"ws": "7.1.1",
"ws": "7.1.2",
"xhr2-cookies": "1.1.0"

@@ -31,0 +31,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