Socket
Socket
Sign inDemoInstall

amqplib-easy

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amqplib-easy - npm Package Compare versions

Comparing version 4.1.0 to 4.2.0

2

index.js

@@ -214,1 +214,3 @@ 'use strict';

};
module.exports.close = cleanup;

2

package.json
{
"name": "amqplib-easy",
"version": "4.1.0",
"version": "4.2.0",
"description": "Simplified API for interacting with AMQP",

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

@@ -53,2 +53,3 @@ amqplib-easy

###Connection Cleanup
[diehard](https://www.npmjs.com/package/diehard) is used for cleaning up

@@ -63,1 +64,3 @@ connections before the process exits. To ensure connections are cleaned up,

```
You can also explicitly close all connections by calling `require('amqplib-easy').close()`. You may pass a callback to this function which will be invoked once all connections have been closed.
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