eth-provider
Advanced tools
Comparing version 0.9.6 to 0.9.7
@@ -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", |
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
569442