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

@adhityan/gc-nats

Package Overview
Dependencies
Maintainers
3
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adhityan/gc-nats - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1-test.1

2

lib/nats-streaming.js

@@ -114,3 +114,3 @@ "use strict";

debug('subscription options with all parameters set', subscriptionOpts);
subscription = this.streamConn.subscribe(subject, this.clientID, subscriptionOpts);
subscription = this.streamConn.subscribe(subject, durability.durableName, subscriptionOpts);
}

@@ -117,0 +117,0 @@ else {

{
"name": "@adhityan/gc-nats",
"description": "Typescript Node.js client for NATS streaming server",
"version": "3.0.0",
"version": "3.0.1-test.1",
"repository": {

@@ -6,0 +6,0 @@ "type": "git",

@@ -145,3 +145,3 @@ /**

subject,
this.clientID,
durability.durableName,
subscriptionOpts

@@ -148,0 +148,0 @@ );

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