Socket
Socket
Sign inDemoInstall

sqs-consumer

Package Overview
Dependencies
140
Maintainers
2
Versions
91
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.2.0 to 6.2.1

2

.github/CONTRIBUTING.md

@@ -9,3 +9,3 @@ # Contributing

- Make sure your code meets our linting standards. Run `npm run lint` to check your code.
- Maintain the existing coding style. There are some settings in `.jsbeautifyrc` to help.
- Maintain the existing coding style.
- Be mindful of others when making suggestions and/or code reviewing.

@@ -12,0 +12,0 @@

{
"name": "sqs-consumer",
"version": "6.2.0",
"version": "6.2.1",
"description": "Build SQS-based Node applications without the boilerplate",

@@ -12,4 +12,7 @@ "main": "dist/index.js",

"prepublishOnly": "npm run build",
"pretest": "npm run build",
"test": "mocha --recursive --full-trace --exit",
"test:unit": "mocha --recursive --full-trace --exit",
"pretest:integration:init": "npm run build",
"test:integration:init": "sh ./test/scripts/initIntTests.sh",
"test:integration": "npm run test:integration:init && cucumber-js --config ./test/config/cucumber.js",
"test": "npm run test:unit && npm run test:integration",
"coverage": "nyc mocha && nyc report --reporter=html && nyc report --reporter=json-summary",

@@ -26,6 +29,6 @@ "lcov": "nyc mocha && nyc report --reporter=lcov",

"type": "git",
"url": "https://github.com/BBC/sqs-consumer.git"
"url": "https://github.com/bbc/sqs-consumer.git"
},
"bugs": {
"url": "https://github.com/BBC/sqs-consumer/issues"
"url": "https://github.com/bbc/sqs-consumer/issues"
},

@@ -40,2 +43,3 @@ "homepage": "https://bbc.github.io/sqs-consumer/",

"devDependencies": {
"@cucumber/cucumber": "^8.10.0",
"@types/chai": "^4.3.4",

@@ -47,23 +51,24 @@ "@types/debug": "^4.1.7",

"chai": "^4.3.7",
"eslint": "^8.31.0",
"eslint": "^8.32.0",
"eslint-config-iplayer-ts": "^4.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-prettier": "^8.6.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"p-event": "^4.2.0",
"prettier": "^2.8.1",
"prettier": "^2.8.3",
"sinon": "^15.0.1",
"sqs-producer": "^3.1.1",
"ts-node": "^10.9.1",
"typedoc": "^0.23.23",
"typedoc": "^0.23.24",
"typescript": "^4.9.4"
},
"dependencies": {
"@aws-sdk/client-sqs": "^3.241.0",
"@aws-sdk/client-sqs": "^3.258.0",
"debug": "^4.3.4"
},
"peerDependencies": {
"@aws-sdk/client-sqs": "^3.241.0"
"@aws-sdk/client-sqs": "^3.258.0"
},
"mocha": {
"spec": "test/**/**/*.test.ts",
"spec": "test/tests/**/**/*.test.ts",
"require": "ts-node/register"

@@ -70,0 +75,0 @@ },

@@ -53,4 +53,2 @@ # sqs-consumer

You can also find some examples of sqs-consumer implemented in various ways within the [examples directory](./examples/).
### Credentials

@@ -57,0 +55,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc