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

amqp-delegate

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amqp-delegate - npm Package Compare versions

Comparing version 1.2.1 to 1.3.0

18

package.json
{
"name": "amqp-delegate",
"version": "1.2.1",
"version": "1.3.0",
"description": "A remote worker system that uses AMQP to coordinate jobs.",

@@ -14,3 +14,3 @@ "author": "Dave Sag <davesag@gmail.com>",

"engines": {
"node": ">= 8.10.0"
"node": ">= 10"
},

@@ -52,7 +52,7 @@ "files": [

"dependencies": {
"amqplib": "^0.7.1",
"amqplib": "^0.8.0",
"uuid": "^8.3.1"
},
"devDependencies": {
"ajv": "^7.0.3",
"ajv": "^8.1.0",
"chai": "^4.2.0",

@@ -62,11 +62,9 @@ "chai-as-promised": "^7.1.1",

"eslint-config-prettier": "^8.0.0",
"eslint-config-standard": "^16.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"faker": "^5.1.0",
"husky": "^5.0.9",
"lint-staged": "^10.4.2",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"mocha": "^8.2.0",

@@ -76,3 +74,3 @@ "nyc": "^15.1.0",

"proxyquire": "^2.1.3",
"sinon": "^9.2.0",
"sinon": "^10.0.0",
"sinon-chai": "^3.5.0",

@@ -79,0 +77,0 @@ "snyk": "^1.419.1",

@@ -129,3 +129,3 @@ # amqp-delegate

- [NodeJS](htps://nodejs.org), 8.10.0+ (I use [`nvm`](https://github.com/creationix/nvm) to manage Node versions — `brew install nvm`.)
- [NodeJS](htps://nodejs.org), 10.0+ (I use [`nvm`](https://github.com/creationix/nvm) to manage Node versions — `brew install nvm`.)
- [Docker](https://www.docker.com) (Use [Docker for Mac](https://docs.docker.com/docker-for-mac/), not the homebrew version)

@@ -132,0 +132,0 @@

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