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

@pager/jackrabbit

Package Overview
Dependencies
Maintainers
15
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pager/jackrabbit - npm Package Compare versions

Comparing version 4.6.7 to 4.6.8

2

lib/exchange.js

@@ -140,3 +140,3 @@ 'use strict';

function bindKey(key) {
return new Promise((resolve, reject) => {
return new Promise(function (resolve, reject) {
channel.bindQueue(newQueue.name, emitter.name, key, {}, function onBind(err, ok) {

@@ -143,0 +143,0 @@ if (err) return reject(err);

@@ -36,2 +36,6 @@ var amqp = require('amqplib/callback_api');

function close(callback) {
if (!connection) {
if (callback) callback();
return;
}
try {

@@ -38,0 +42,0 @@ // I don't think amqplib should be throwing here, as this is an async function

{
"name": "@pager/jackrabbit",
"version": "4.6.7",
"version": "4.6.8",
"description": "Easy RabbitMQ for node",

@@ -5,0 +5,0 @@ "keywords": [

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