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

@cheep/transport-rabbitmq

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cheep/transport-rabbitmq - npm Package Compare versions

Comparing version 1.0.0-beta.17 to 1.0.0-beta.18

4

package.json
{
"name": "@cheep/transport-rabbitmq",
"version": "1.0.0-beta.17",
"version": "1.0.0-beta.18",
"main": "src/index.js",

@@ -8,4 +8,4 @@ "typings": "src/index.d.ts",

"peerDependencies": {
"@cheep/transport": "1.0.0-beta.17"
"@cheep/transport": "1.0.0-beta.20"
}
}

@@ -81,9 +81,11 @@ "use strict";

catch (err) {
yield this.channel.sendToQueue(this.deadLetterQueueName, msg.content, {
correlationId,
replyTo,
headers: {
route,
},
});
if (err instanceof transport_1.FailedMessageError) {
yield this.channel.sendToQueue(this.deadLetterQueueName, Buffer.from(err.fullFailedMessage), {
correlationId,
replyTo,
headers: {
route,
},
});
}
}

@@ -90,0 +92,0 @@ x.ack(msg);

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