Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

socketcluster-client

Package Overview
Dependencies
Maintainers
1
Versions
236
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

socketcluster-client - npm Package Compare versions

Comparing version 16.0.1 to 16.0.2

0

gulpfile.js

@@ -0,0 +0,0 @@ var gulp = require('gulp');

2

index.js
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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc