Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nestjs-plugins/nestjs-nats-jetstream-transport

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nestjs-plugins/nestjs-nats-jetstream-transport - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

dist/server.js

@@ -40,3 +40,2 @@ "use strict";

const consumerOptions = (0, server_consumer_options_builder_1.serverConsumerOptionsBuilder)(this.options.consumerOptions, subject);
console.log(consumerOptions);
const subscription = await js.subscribe(subject, consumerOptions);

@@ -71,2 +70,3 @@ this.logger.log(`Subscribed to ${subject} events`);

const subscriptionOptions = {
queue: this.options.consumerOptions.deliverTo,
callback: async (err, msg) => {

@@ -73,0 +73,0 @@ if (err) {

{
"name": "@nestjs-plugins/nestjs-nats-jetstream-transport",
"version": "1.1.1",
"version": "1.1.2",
"description": "Nats JetStream Transport for NestJS",

@@ -44,3 +44,3 @@ "main": "dist/index.js",

},
"gitHead": "6b02cc995ef151cf3f1e0e5dc83a3e13e535825c"
"gitHead": "868db2c55ee77af898151d4ae6700e1c461cb7df"
}

Sorry, the diff of this file is not supported yet

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