New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rabbit-queue

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rabbit-queue - npm Package Compare versions

Comparing version 4.4.0 to 4.5.0

2

js/queue.js

@@ -200,5 +200,5 @@ "use strict";

Queue.ERROR_DURING_REPLY = { error: true, error_code: 999 };
Queue.STOP_STREAM = 'stop_stream';
Queue.STOP_STREAM = 'stopStream';
Queue.STOP_STREAM_MESSAGE = { stopStream: true };
exports.default = Queue;
//# sourceMappingURL=queue.js.map

@@ -11,2 +11,3 @@ /// <reference types="node" />

};
static STOP_STREAM: string;
connection: amqp.Connection;

@@ -13,0 +14,0 @@ channel: Channel;

@@ -202,3 +202,4 @@ "use strict";

Rabbit.STOP_PROPAGATION = queue_1.default.STOP_PROPAGATION;
Rabbit.STOP_STREAM = queue_1.default.STOP_STREAM;
exports.default = Rabbit;
//# sourceMappingURL=rabbit.js.map
{
"name": "rabbit-queue",
"version": "4.4.0",
"version": "4.5.0",
"description": "AMQP/RabbitMQ queue management library.",

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

Sorry, the diff of this file is not supported yet

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