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

node-nats-streaming

Package Overview
Dependencies
Maintainers
3
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-nats-streaming - npm Package Compare versions

Comparing version 0.0.50 to 0.0.51

1

index.d.ts

@@ -144,2 +144,3 @@ /*

*/
subscribe(subject: string, opts?: SubscriptionOptions): Subscription
subscribe(subject: string, qGroup: string, opts?: SubscriptionOptions): Subscription

@@ -146,0 +147,0 @@

2

lib/stan.js

@@ -75,3 +75,3 @@ /*

this.clientID = clientID;
this.ackSubject = DEFAULT_ACK_PREFIX + nuid.next(); // publish acks
this.ackSubject = DEFAULT_ACK_PREFIX + "." + nuid.next(); // publish acks

@@ -78,0 +78,0 @@ // these are set by stan

{
"name": "node-nats-streaming",
"version": "0.0.50",
"version": "0.0.51",
"description": "Node.js client for NATS Streaming, a lightweight, high-performance cloud native messaging system",

@@ -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