Socket
Socket
Sign inDemoInstall

joyso

Package Overview
Dependencies
98
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

4

CHANGELOG.md
# Change Log
## v0.1.2 / 2018-09-25
### Fixed
- unsubscribe bug
## v0.1.1 / 2018-09-25

@@ -4,0 +8,0 @@ ### Fixed

2

package.json
{
"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();

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc