amqp-delegate
Advanced tools
Comparing version 1.1.2 to 1.2.0
{ | ||
"name": "amqp-delegate", | ||
"version": "1.1.2", | ||
"version": "1.2.0", | ||
"description": "A remote worker system that uses AMQP to coordinate jobs.", | ||
@@ -34,3 +34,2 @@ "author": "Dave Sag <davesag@gmail.com>", | ||
"test:unit:cov": "NODE_ENV=test nyc mocha ./test/unit/ --require ./test/unitTestHelper.js --recursive", | ||
"test:mutants": "NODE_ENV=test npx stryker run", | ||
"snyk-protect": "snyk protect" | ||
@@ -53,16 +52,12 @@ }, | ||
"dependencies": { | ||
"amqplib": "^0.6.0", | ||
"amqplib": "^0.7.0", | ||
"uuid": "^8.3.1" | ||
}, | ||
"devDependencies": { | ||
"@stryker-mutator/core": "^3.3.1", | ||
"@stryker-mutator/javascript-mutator": "^3.3.1", | ||
"@stryker-mutator/mocha-framework": "^3.3.1", | ||
"@stryker-mutator/mocha-runner": "^3.3.1", | ||
"ajv": "^6.12.5", | ||
"ajv": "^7.0.3", | ||
"chai": "^4.2.0", | ||
"chai-as-promised": "^7.1.1", | ||
"eslint": "^7.10.0", | ||
"eslint-config-prettier": "^6.12.0", | ||
"eslint-config-standard": "^14.1.1", | ||
"eslint": "^7.11.0", | ||
"eslint-config-prettier": "^8.0.0", | ||
"eslint-config-standard": "^16.0.1", | ||
"eslint-plugin-import": "^2.22.1", | ||
@@ -73,7 +68,6 @@ "eslint-plugin-mocha": "^8.0.0", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-standard": "^4.0.1", | ||
"faker": "^5.1.0", | ||
"husky": "^4.3.0", | ||
"lint-staged": "^10.4.0", | ||
"mocha": "^8.1.3", | ||
"husky": "^5.0.9", | ||
"lint-staged": "^10.4.2", | ||
"mocha": "^8.2.0", | ||
"nyc": "^15.1.0", | ||
@@ -84,4 +78,4 @@ "prettier": "^2.1.2", | ||
"sinon-chai": "^3.5.0", | ||
"snyk": "^1.410.2", | ||
"supertest": "^5.0.0", | ||
"snyk": "^1.419.1", | ||
"supertest": "^6.0.0", | ||
"wait-until": "0.0.2" | ||
@@ -102,7 +96,2 @@ }, | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "lint-staged" | ||
} | ||
}, | ||
"nyc": { | ||
@@ -109,0 +98,0 @@ "check-coverage": true, |
@@ -129,3 +129,3 @@ # amqp-delegate | ||
- [NodeJS](htps://nodejs.org), version 8.10.0 or better (I use [`nvm`](https://github.com/creationix/nvm) to manage Node versions — `brew install nvm`.) | ||
- [NodeJS](htps://nodejs.org), 8.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) | ||
@@ -152,3 +152,2 @@ | ||
- `npm run test:integration` — runs the integration tests (needs `rabbitmq`) | ||
- `npm run test:mutants` — runs the mutation tests (does not need `rabbitmq`) | ||
@@ -155,0 +154,0 @@ ### Lint it |
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
23
22658
161
+ Addedamqplib@0.7.1(transitive)
+ Addedsafe-buffer@5.2.1(transitive)
+ Addedurl-parse@1.5.10(transitive)
- Removedamqplib@0.6.0(transitive)
- Removedurl-parse@1.4.7(transitive)
Updatedamqplib@^0.7.0