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
2
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 5.4.1 to 5.4.2

1

js/queue.js

@@ -119,3 +119,2 @@ "use strict";

reply.destroy();
console.log('destroyed');
logger.info(`[${correlationId}] -> Received stopStream event. Closing connection`);

@@ -122,0 +121,0 @@ return;

7

package.json
{
"name": "rabbit-queue",
"version": "5.4.1",
"version": "5.4.2",
"description": "AMQP/RabbitMQ queue management library.",

@@ -16,3 +16,2 @@ "main": "js/index.js",

"watch": "tsc -w -p ts",
"prepublishOnly": "npm run build && npm run test-docker",
"pretest": "tslint --project ./ts/ && tslint ./test/**/*.ts && npm run build",

@@ -55,3 +54,3 @@ "test": "nyc mocha",

"dependencies": {
"amqplib": "0.8.0",
"amqplib": "*",
"race-until": "~2.3.1",

@@ -62,3 +61,3 @@ "uuid": "~8.3.2"

"devDependencies": {
"@types/amqplib": "0.8.1",
"@types/amqplib": "0.8.2",
"@types/mocha": "~9.0.0",

@@ -65,0 +64,0 @@ "@types/node": "~16.4.1",

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