New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-nats-streaming-buffered-client

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-nats-streaming-buffered-client - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

3

dist/node-nats-streaming-buffered-client.js

@@ -109,2 +109,5 @@ "use strict";

console.log('[NATS-BUFFERED-CLIENT] SIGINT encountered');
// Stop any pending reconnect timers
//
clearInterval(this.reconnectTimer);
_a.label = 1;

@@ -111,0 +114,0 @@ case 1:

2

package.json
{
"name": "node-nats-streaming-buffered-client",
"version": "1.1.1",
"version": "1.1.2",
"description": "",

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

# NATS Streaming Buffered Client
[![Travis](https://img.shields.io/travis/springtree/node-nats-streaming-buffered-client.svg)](https://travis-ci.org/springtree/node-nats-streaming-buffered-client)
[![Travis](https://travis-ci.com/SpringTree/node-nats-streaming-buffered-client.svg?branch=master)](https://travis-ci.com/SpringTree/node-nats-streaming-buffered-client)

@@ -35,2 +35,3 @@ This is a client for the NATS streaming server built for clients that may have an intermittent connection to the server.

// Connect to the NATS server
// NATS connect options: https://github.com/nats-io/node-nats#connect-options
//

@@ -37,0 +38,0 @@ const natsOptions = { ... };

Sorry, the diff of this file is not supported yet

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