Socket
Socket
Sign inDemoInstall

jetstream

Package Overview
Dependencies
157
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.11.3 to 0.11.4

7

lib/transport/websocket_transport.js

@@ -130,5 +130,6 @@ // Copyright (c) 2015 Uber Technologies, Inc.

if (connection && connection.readyState !== ws.CLOSED) {
connection.close(CONST.CODE_CLOSED_CONNECTION);
connection.once('close', maybeCallback(callback)());
var websocket = connection && connection.websocket;
if (websocket && websocket.readyState !== ws.CLOSED) {
websocket.close(CONST.CODE_CLOSED_CONNECTION);
websocket.once('close', maybeCallback(callback)());
} else {

@@ -135,0 +136,0 @@ maybeCallback(callback)();

{
"name": "jetstream",
"version": "0.11.3",
"version": "0.11.4",
"description": "Jetstream Sync server framework to sync local and remote models",

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

@@ -1,3 +0,4 @@

![Jetstream](https://raw.githubusercontent.com/uber/jetstream/assets/jetstream.png)
![Jetstream](https://raw.githubusercontent.com/uber/jetstream-ios/assets/jetstream.png)
[![Build Status](https://img.shields.io/travis/uber/jetstream.svg?style=flat)](https://travis-ci.org/uber/jetstream)

@@ -4,0 +5,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc