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.14 to 0.1.15

4

lib/live-collection.js

@@ -225,4 +225,6 @@ "use strict";

log.info('coll: Performing ' + operation, newAttributes);
if (!options) options = {};
existingModel.set(parsed.attributes, options || {});
existingModel.set(parsed.attributes, options);
existingModel.trigger('sync', existingModel, { live: options });
} else {

@@ -229,0 +231,0 @@ log.info('coll: Ignoring out-of-date update', existingModel.toJSON(), newAttributes);

{
"name": "gitter-realtime-client",
"version": "0.1.14",
"version": "0.1.15",
"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