eth-provider
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -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 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
544891
844