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.0 to 1.1.1

6

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

@@ -209,2 +209,8 @@ "use strict";

});
this.stan.on('reconnecting', function () {
console.log('[NATS-BUFFERED-CLIENT] Reconnecting');
});
this.stan.on('reconnect', function () {
console.log('[NATS-BUFFERED-CLIENT] Reconnected');
});
this.stan.on('disconnect', function () {

@@ -211,0 +217,0 @@ console.log('[NATS-BUFFERED-CLIENT] Disconnected');

2

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

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

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