New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 1.0.18 to 1.0.19

10

bus/middleware/package.js

@@ -12,6 +12,12 @@ function packageMessage (queueName, message, next) {

function handleIncoming (channel, message, options, next) {
message.content.type = message.properties.type || message.content.type;
next(null, channel, message, options);
}
module.exports = function () {
return {
handleOutgoing: packageMessage
handleOutgoing: packageMessage,
handleIncoming: handleIncoming
};
}
};

2

package.json

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

"description": "Simple service bus for sending events between processes using amqp.",
"version": "1.0.18",
"version": "1.0.19",
"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