amqp-delegate
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "amqp-delegate", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "A remote worker system that uses AMQP to coordinate jobs.", | ||
@@ -55,27 +55,27 @@ "author": "Dave Sag <davesag@gmail.com>", | ||
"devDependencies": { | ||
"@stryker-mutator/core": "^2.3.0", | ||
"@stryker-mutator/javascript-mutator": "^2.3.0", | ||
"@stryker-mutator/mocha-framework": "^2.3.0", | ||
"@stryker-mutator/mocha-runner": "^2.3.0", | ||
"@stryker-mutator/core": "^2.4.0", | ||
"@stryker-mutator/javascript-mutator": "^2.4.0", | ||
"@stryker-mutator/mocha-framework": "^2.4.0", | ||
"@stryker-mutator/mocha-runner": "^2.4.0", | ||
"ajv": "^6.10.2", | ||
"chai": "^4.2.0", | ||
"chai-as-promised": "^7.1.1", | ||
"eslint": "^6.6.0", | ||
"eslint-config-prettier": "^6.5.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-prettier": "^6.8.0", | ||
"eslint-config-standard": "^14.1.0", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-mocha": "^6.2.1", | ||
"eslint-plugin-import": "^2.19.1", | ||
"eslint-plugin-mocha": "^6.2.2", | ||
"eslint-plugin-node": "^10.0.0", | ||
"eslint-plugin-prettier": "^3.1.1", | ||
"eslint-plugin-prettier": "^3.1.2", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-standard": "^4.0.1", | ||
"faker": "^4.1.0", | ||
"husky": "^3.0.9", | ||
"lint-staged": "^9.4.3", | ||
"husky": "^3.1.0", | ||
"lint-staged": "^9.5.0", | ||
"mocha": "^6.2.2", | ||
"nyc": "^14.1.1", | ||
"nyc": "^15.0.0", | ||
"prettier": "^1.19.1", | ||
"proxyquire": "^2.1.3", | ||
"sinon": "^7.5.0", | ||
"sinon-chai": "^3.3.0", | ||
"sinon": "^8.0.1", | ||
"sinon-chai": "^3.4.0", | ||
"supertest": "^4.0.2", | ||
@@ -82,0 +82,0 @@ "wait-until": "0.0.2" |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0