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.1.2 to 1.2.0

33

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

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