Socket
Socket
Sign inDemoInstall

amqplib-easy

Package Overview
Dependencies
Maintainers
32
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.3.1 to 4.4.0

4

index.js

@@ -18,2 +18,6 @@ 'use strict'

return connection.close()
}).catch(function (err) {
// this catch is necessary so that all single connections get closed and
// cleared, even if they are not established, without affection others.
console.warn(err.toString())
})

@@ -20,0 +24,0 @@ })

2

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

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

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