Comparing version 0.1.1 to 0.1.2
# Change Log | ||
## v0.1.2 / 2018-09-25 | ||
### Fixed | ||
- unsubscribe bug | ||
## v0.1.1 / 2018-09-25 | ||
@@ -4,0 +8,0 @@ ### Fixed |
{ | ||
"name": "joyso", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "JOYSO API client library for trading.", | ||
@@ -5,0 +5,0 @@ "main": "src/joyso.js", |
@@ -31,3 +31,3 @@ const rp = require('request-promise'); | ||
unsubscribe() { | ||
this.cable.subscription.unsubscribe(); | ||
this.cable.unsubscribe(); | ||
delete this.cable; | ||
@@ -34,0 +34,0 @@ this.balances = {}; |
@@ -54,3 +54,3 @@ const rp = require('request-promise'); | ||
unsubscribe() { | ||
this.cable.subscription.unsubscribe(); | ||
this.cable.unsubscribe(); | ||
delete this.cable; | ||
@@ -57,0 +57,0 @@ this.balances = {}; |
@@ -51,3 +51,3 @@ const rp = require('request-promise'); | ||
unsubscribe() { | ||
this.cable.subscription.unsubscribe(); | ||
this.cable.unsubscribe(); | ||
delete this.cable; | ||
@@ -54,0 +54,0 @@ this.balances = {}; |
@@ -37,3 +37,3 @@ const rp = require('request-promise'); | ||
unsubscribe() { | ||
this.cable.subscription.unsubscribe(); | ||
this.cable.unsubscribe(); | ||
delete this.cable; | ||
@@ -40,0 +40,0 @@ this.onUnsubscribe(); |
@@ -49,3 +49,3 @@ const rp = require('request-promise'); | ||
unsubscribe() { | ||
this.cable.subscription.unsubscribe(); | ||
this.cable.unsubscribe(); | ||
delete this.cable; | ||
@@ -52,0 +52,0 @@ this.balances = {}; |
@@ -23,3 +23,3 @@ const rp = require('request-promise'); | ||
unsubscribe() { | ||
this.cable.subscription.unsubscribe(); | ||
this.cable.unsubscribe(); | ||
delete this.cable; | ||
@@ -26,0 +26,0 @@ } |
@@ -27,3 +27,3 @@ const rp = require('request-promise'); | ||
unsubscribe() { | ||
this.cable.subscription.unsubscribe(); | ||
this.cable.unsubscribe(); | ||
delete this.cable; | ||
@@ -30,0 +30,0 @@ this.onUnsubscribe(); |
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
61378