amqp-delegate
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "amqp-delegate", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A remote worker system that uses AMQP to coordinate jobs.", | ||
"author": "Dave Sag <davesag@gmail.com>", | ||
"type": "commonjs", | ||
"license": "MIT", | ||
"funding": { | ||
"type": "github", | ||
"url": "https://github.com/sponsors/davesag" | ||
}, | ||
"main": "src/index.js", | ||
@@ -10,6 +17,9 @@ "engines": { | ||
"files": [ | ||
"/package*.json", | ||
"/src", | ||
"/CONTRIBUTING.md" | ||
"src", | ||
"CONTRIBUTING.md" | ||
], | ||
"directories": { | ||
"lib": "src", | ||
"test": "test" | ||
}, | ||
"scripts": { | ||
@@ -33,5 +43,6 @@ "eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check", | ||
], | ||
"author": "Dave Sag <davesag@gmail.com>", | ||
"license": "MIT", | ||
"repository": "https://github.com/davesag/amqp-delegate.git", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/davesag/amqp-delegate.git" | ||
}, | ||
"bugs": { | ||
@@ -46,26 +57,26 @@ "url": "https://github.com/davesag/amqp-delegate/issues" | ||
"devDependencies": { | ||
"@stryker-mutator/core": "^2.0.2", | ||
"@stryker-mutator/javascript-mutator": "^2.0.2", | ||
"@stryker-mutator/mocha-framework": "^2.0.2", | ||
"@stryker-mutator/mocha-runner": "^2.0.2", | ||
"@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", | ||
"ajv": "^6.10.2", | ||
"chai": "^4.2.0", | ||
"chai-as-promised": "^7.1.1", | ||
"eslint": "^6.2.2", | ||
"eslint-config-prettier": "^6.1.0", | ||
"eslint-config-standard": "^14.0.1", | ||
"eslint": "^6.6.0", | ||
"eslint-config-prettier": "^6.5.0", | ||
"eslint-config-standard": "^14.1.0", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-mocha": "^6.1.0", | ||
"eslint-plugin-node": "^9.1.0", | ||
"eslint-plugin-prettier": "^3.1.0", | ||
"eslint-plugin-mocha": "^6.2.1", | ||
"eslint-plugin-node": "^10.0.0", | ||
"eslint-plugin-prettier": "^3.1.1", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-standard": "^4.0.1", | ||
"faker": "^4.1.0", | ||
"husky": "^3.0.4", | ||
"lint-staged": "^9.2.5", | ||
"mocha": "^6.2.0", | ||
"husky": "^3.0.9", | ||
"lint-staged": "^9.4.3", | ||
"mocha": "^6.2.2", | ||
"nyc": "^14.1.1", | ||
"prettier": "^1.18.2", | ||
"prettier": "^1.19.1", | ||
"proxyquire": "^2.1.3", | ||
"sinon": "^7.4.1", | ||
"sinon": "^7.5.0", | ||
"sinon-chai": "^3.3.0", | ||
@@ -80,7 +91,2 @@ "supertest": "^4.0.2", | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "lint-staged" | ||
} | ||
}, | ||
"lint-staged": { | ||
@@ -92,2 +98,7 @@ "**/*.{js,json,md}": [ | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "lint-staged" | ||
} | ||
}, | ||
"nyc": { | ||
@@ -94,0 +105,0 @@ "check-coverage": true, |
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
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
0
21463
13
195
1