amqp-delegate
Advanced tools
Comparing version 1.2.1 to 1.3.0
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21
22575
+ Addedamqplib@0.8.0(transitive)
- Removedamqplib@0.7.1(transitive)
Updatedamqplib@^0.8.0