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

gitter-realtime-client

Package Overview
Dependencies
Maintainers
2
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.1.13 to 0.1.14

4

lib/realtime-client.js

@@ -99,6 +99,6 @@ "use strict";

this._seqStarted = true;
return;
return callback(message);
}
if (!this._seqStarted) return;
if (!this._seqStarted) return callback(message);

@@ -105,0 +105,0 @@ var current = this._seq;

{
"name": "gitter-realtime-client",
"version": "0.1.13",
"version": "0.1.14",
"description": "Gitter Realtime Client",

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

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