Socket
Socket
Sign inDemoInstall

rabbitmq-pub-sub

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rabbitmq-pub-sub - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

4

dist/main.js

@@ -466,3 +466,3 @@ module.exports =

result = _a.sent();
this.logger.debug("get amq result", result);
this.logger.debug("queue genereted for subscription is '(%j)') ", result);
this.dynamicQueueName = result.queue;

@@ -479,3 +479,3 @@ return [4 /*yield*/, channel.bindQueue(this.dynamicQueueName, queueConfig.dlx, '')];

return {
exclusive: true
exclusive: false
};

@@ -482,0 +482,0 @@ };

{
"name": "rabbitmq-pub-sub",
"version": "0.2.3",
"version": "0.2.4",
"description": "RabbitMq Producer and Consumer",

@@ -5,0 +5,0 @@ "main": "./dist/main.js",

@@ -67,3 +67,3 @@ import * as amqp from "amqplib";

let result = await channel.assertQueue(queueConfig.dlq, this.getQueueSettings(queueConfig.dlx));
this.logger.debug("get amq result", result);
this.logger.debug("queue genereted for subscription is '(%j)') ", result);
this.dynamicQueueName = result.queue;

@@ -75,3 +75,3 @@ await channel.bindQueue(this.dynamicQueueName, queueConfig.dlx, '');

return {
exclusive: true
exclusive: false
}

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