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 1.0.3 to 1.0.4

2

package.json
{
"name": "socketcluster-client",
"description": "Client side of SocketCluster",
"version": "1.0.3",
"version": "1.0.4",
"homepage": "http://socketcluster.io",

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

@@ -349,4 +349,4 @@ /**

Emitter.prototype.emit.call(this, e.event, kickData.message, channelName);
channel.emit('subscriptionDrop', kickData.message, channelName);
Emitter.prototype.emit.call(this, 'subscriptionDrop', kickData.message, channelName);
channel.emit('dropOut', kickData.message, channelName);
Emitter.prototype.emit.call(this, 'dropOut', kickData.message, channelName);
}

@@ -559,4 +559,4 @@ } else {

Emitter.prototype.emit.call(self, 'subscribeFail', err, channelName);
channel.emit('subscriptionDrop', err, channelName);
Emitter.prototype.emit.call(this, 'subscriptionDrop', err, channelName);
channel.emit('dropOut', err, channelName);
Emitter.prototype.emit.call(self, 'dropOut', err, channelName);
} else {

@@ -573,4 +573,4 @@ channel.emit('subscribe', channelName);

if (err) {
channel.emit('subscriptionDrop', err, channelName);
Emitter.prototype.emit.call(this, 'subscriptionDrop', err, channelName);
channel.emit('dropOut', err, channelName);
Emitter.prototype.emit.call(self, 'dropOut', err, channelName);
}

@@ -577,0 +577,0 @@ });

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