Socket
Socket
Sign inDemoInstall

amqplib-easy

Package Overview
Dependencies
Maintainers
36
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 5.0.0-node-upgrade.0 to 5.0.0-node-upgrade.1

.husky/pre-commit

27

package.json
{
"name": "amqplib-easy",
"version": "5.0.0-node-upgrade.0",
"version": "5.0.0-node-upgrade.1",
"description": "Simplified API for interacting with AMQP",

@@ -8,3 +8,6 @@ "main": "index.js",

"lint": "standard",
"test": "c8 --clean true -r text -r lcov mocha --timeout 1000 --recursive --exit"
"test": "c8 --clean true -r text -r lcov mocha --timeout 100000 --recursive --exit",
"check-for-update": "ncu",
"update-package": "ncu -u && npm install",
"prepare": "husky install"
},

@@ -39,14 +42,16 @@ "standard": {

"devDependencies": {
"c8": "^7.12.0",
"mocha": "^10.2.0",
"should": "^13.2.3",
"standard": "^17.0.0"
"c8": "8.0.0",
"husky": "8.0.3",
"mocha": "10.2.0",
"npm-check-updates": "16.10.13",
"should": "13.2.3",
"standard": "17.1.0"
},
"dependencies": {
"amqplib": "^0.10.3",
"amqplib-retry": "1.1.8-0-node-upgrade.0",
"bluebird": "^3.7.2",
"diehard": "^1.5.2",
"lodash.defaults": "^4.2.0"
"amqplib": "0.10.3",
"amqplib-retry": "1.1.8-node-upgrade.0",
"bluebird": "3.7.2",
"diehard": "1.5.2",
"lodash.defaults": "4.2.0"
}
}

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