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 0.9.10 to 0.9.11

8

clustersocket.js

@@ -144,2 +144,3 @@ /**

'upgrade': 1,
'upgradeError': 1,
'open': 1,

@@ -155,3 +156,4 @@ 'error': 1,

'packetCreate': 1,
'close': 1
'close': 1,
'fail': 1
};

@@ -216,2 +218,6 @@

Emitter.prototype.emit.call(self, 'disconnect');
} else if (e.event == 'fail') {
self.connected = false;
self.connecting = false;
Emitter.prototype.emit.call(self, 'fail', e.data);
} else {

@@ -218,0 +224,0 @@ var eventName = e.ns + '.' + e.event;

2

package.json
{
"name": "socketcluster-client",
"description": "Client side of SocketCluster",
"version": "0.9.10",
"version": "0.9.11",
"homepage": "https://github.com/topcloud/socketcluster-client",

@@ -6,0 +6,0 @@ "contributors": [

@@ -15,4 +15,3 @@ SocketCluster Client

SocketCluster Client was created using component (client package manager).
To build it (outputs to socketcluster.js), use:
To build SocketCluster Client with browserify, use:

@@ -19,0 +18,0 @@ ```

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