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 2.2.2 to 2.3.0

3

lib/worker.js

@@ -39,2 +39,4 @@ "use strict";

const natsService = new nats_streaming_1.StreamingService(clientID, options, clusterID);
debug('nats serice object created', natsService);
debug('calling subscribe from startWorker actual', clientID);
return natsService.subscribe(channel, messageReceived, messageValidation, durability, restartFrom);

@@ -56,2 +58,3 @@ });

debug('Worker wrapper constructor running');
this.startWorker();
}

@@ -58,0 +61,0 @@ startWorker() {

2

package.json
{
"name": "@adhityan/gc-nats",
"description": "Typescript Node.js client for NATS streaming server",
"version": "2.2.2",
"version": "2.3.0",
"repository": {

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

@@ -27,2 +27,5 @@ import Debug from 'debug';

const natsService = new StreamingService(clientID, options, clusterID);
debug('nats serice object created', natsService);
debug('calling subscribe from startWorker actual', clientID);
return natsService.subscribe(channel, messageReceived, messageValidation, durability, restartFrom);

@@ -47,2 +50,3 @@ }

debug('Worker wrapper constructor running');
this.startWorker();
}

@@ -49,0 +53,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