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 3.0.2 to 3.0.3

2

js/exchange.js

@@ -37,3 +37,3 @@ "use strict";

if (timeout) {
return race_until_1.default(reply, timeout, false);
return race_until_1.raceUntil(reply, timeout, new Error('Timed out'));
}

@@ -40,0 +40,0 @@ else {

@@ -124,3 +124,3 @@ "use strict";

if (timeout) {
return race_until_1.default(reply, timeout, false);
return race_until_1.raceUntil(reply, timeout, new Error('Timed out'));
}

@@ -127,0 +127,0 @@ else {

{
"name": "rabbit-queue",
"version": "3.0.2",
"version": "3.0.3",
"description": "AMQP/RabbitMQ queue management library.",

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

"amqplib": "^0.5.1",
"race-until": "^1.0.3",
"race-until": "^2.2.0",
"uuid": "^3.0.1"

@@ -34,0 +34,0 @@ },

@@ -12,7 +12,6 @@ {

"outDir": "./js",
"sourceMap": true
"sourceMap": true,
"skipLibCheck": true
},
"filesGlob": [
"./*.ts"
]
"filesGlob": ["./*.ts"]
}

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