Socket
Socket
Sign inDemoInstall

jetstream

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jetstream - npm Package Compare versions

Comparing version 0.9.6 to 0.9.7

2

lib/client.js

@@ -275,3 +275,5 @@ // Copyright (c) 2015 Uber Technologies, Inc.

}
this.session = null;
this.transport = null;
}.bind(this));
};

@@ -55,2 +55,3 @@ // Copyright (c) 2015 Uber Technologies, Inc.

this.accepted = true;
this.expired = false;
this._nextMessageIndex = 0;

@@ -212,2 +213,6 @@ this._scopes = [];

Session.prototype._inactivityExpiryTimeoutFired = function(message) {
this.expired = true;
this.client = null;
this.clientType = null;
this._scopes = [];
this.emit('expire');

@@ -214,0 +219,0 @@ debug('Session expired', {sessionToken: this.token});

2

package.json
{
"name": "jetstream",
"version": "0.9.6",
"version": "0.9.7",
"description": "Jetstream Sync server framework to sync local and remote models",

@@ -5,0 +5,0 @@ "keywords": [

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