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.0.5 to 1.0.6

65

package.json
{
"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,

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