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 0.0.9 to 0.1.0

4

bus/pubsubqueue.js

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

if ( ! this.exchange) {
this.connection.on('readyToPublish', function () {
this.connection.once('readyToPublish', function () {
self.publish(event);

@@ -154,2 +154,2 @@ });

module.exports = PubSubQueue;
module.exports = PubSubQueue;

@@ -7,3 +7,3 @@ {

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

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