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

gitter-realtime-client

Package Overview
Dependencies
Maintainers
3
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitter-realtime-client - npm Package Compare versions

Comparing version 0.3.6 to 0.3.7

5

lib/live-collection.js

@@ -118,2 +118,7 @@ "use strict";

});
this.listenTo(this.templateSubscription, 'subscriptionError', function(channel, error) {
this.emit('error', this, error, { reason: 'subscription_failed', channel: channel });
});
},

@@ -120,0 +125,0 @@

2

lib/template-subscription.js

@@ -86,3 +86,3 @@ 'use strict';

this.subscription.errback(function(error) {
log.error('coll: Subscription error for ' + channel, error);
log.error('template-subscription: Subscription error for ' + channel, error);
self.emit('subscriptionError', channel, error);

@@ -89,0 +89,0 @@ self.subscription = null;

{
"name": "gitter-realtime-client",
"version": "0.3.6",
"version": "0.3.7",
"description": "Gitter Realtime Client",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

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