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

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.7 to 0.9.8

3

lib/transport/synthetic_transport_listener.js

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

this.clientsBySessionToken = {};
this.sessionsCount = 0;
}

@@ -93,2 +94,3 @@

this.clientsBySessionToken[session.token] = client;
this.sessionsCount++;

@@ -122,2 +124,3 @@ // Ensure when the session expires we remove it

delete this.clientsBySessionToken[session.token];
this.sessionsCount--;
};

@@ -59,2 +59,4 @@ // Copyright (c) 2015 Uber Technologies, Inc.

this.clientsBySessionToken = {};
this.sessionsCount = 0;
if (robb.isUnsignedInt(options.establishSessionTimeout)) {

@@ -181,2 +183,3 @@ this.establishSessionTimeout = options.establishSessionTimeout;

this.clientsBySessionToken[session.token] = client;
this.sessionsCount++;

@@ -210,2 +213,3 @@ // Ensure when the session expires we remove it

delete this.clientsBySessionToken[session.token];
this.sessionsCount--;
};

2

package.json
{
"name": "jetstream",
"version": "0.9.7",
"version": "0.9.8",
"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