socketcluster-client
Advanced tools
Comparing version 16.0.1 to 16.0.2
@@ -0,0 +0,0 @@ var gulp = require('gulp'); |
const AGClientSocket = require('./lib/clientsocket'); | ||
const factory = require('./lib/factory'); | ||
const version = '16.0.1'; | ||
const version = '16.0.2'; | ||
@@ -5,0 +5,0 @@ module.exports.factory = factory; |
@@ -0,0 +0,0 @@ function AuthEngine() { |
@@ -0,0 +0,0 @@ const StreamDemux = require('stream-demux'); |
@@ -0,0 +0,0 @@ const AGClientSocket = require('./clientsocket'); |
@@ -228,5 +228,7 @@ const AGRequest = require('ag-request'); | ||
let callback = eventObject.callback; | ||
delete eventObject.callback; | ||
if (callback) { | ||
delete eventObject.callback; | ||
callback.call(eventObject, badConnectionError, eventObject); | ||
callback.call(eventObject, badConnectionError, eventObject); | ||
} | ||
}); | ||
@@ -233,0 +235,0 @@ }; |
@@ -0,0 +0,0 @@ function wait(duration) { |
@@ -0,0 +0,0 @@ let global; |
{ | ||
"name": "socketcluster-client", | ||
"description": "SocketCluster JavaScript client", | ||
"version": "16.0.1", | ||
"version": "16.0.2", | ||
"homepage": "https://socketcluster.io/", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
@@ -0,0 +0,0 @@ SocketCluster JavaScript client |
@@ -0,0 +0,0 @@ const assert = require('assert'); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
462045
10137