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

servicebus

Package Overview
Dependencies
Maintainers
2
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

servicebus - npm Package Compare versions

Comparing version 2.0.8 to 2.0.9

2

bus/rabbitmq/pubsubqueue.js

@@ -30,3 +30,3 @@ var events = require('events');

this.errorQueueName = options.queueName + '.error';
this.exchangeName = options.exchangeName || 'amq.topic';
this.exchangeName = options.exchangeName || this.bus.exchangeName || 'amq.topic';
this.exchangeOptions = exchangeOptions;

@@ -33,0 +33,0 @@ this.formatter = options.formatter;

@@ -10,3 +10,3 @@ {

"description": "Simple service bus for sending events between processes using amqp.",
"version": "2.0.8",
"version": "2.0.9",
"homepage": "https://github.com/mateodelnorte/servicebus",

@@ -13,0 +13,0 @@ "repository": {

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