@blockworks-foundation/mango-feeds
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -54,6 +54,6 @@ "use strict"; | ||
if (this._subscriptions !== undefined) { | ||
this._connected = true; | ||
this._reconnectionAttempts = 0; | ||
this.subscribe(this._subscriptions); | ||
} | ||
this._connected = true; | ||
this._reconnectionAttempts = 0; | ||
if (this._onConnect) | ||
@@ -60,0 +60,0 @@ this._onConnect(); |
@@ -48,6 +48,6 @@ import ws from 'ws'; | ||
if (this._subscriptions !== undefined) { | ||
this._connected = true; | ||
this._reconnectionAttempts = 0; | ||
this.subscribe(this._subscriptions); | ||
} | ||
this._connected = true; | ||
this._reconnectionAttempts = 0; | ||
if (this._onConnect) | ||
@@ -54,0 +54,0 @@ this._onConnect(); |
{ | ||
"name": "@blockworks-foundation/mango-feeds", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Typescript Client for mango-feeds.", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/blockworks-foundation/mango-feeds", |
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
915620