Socket
Socket
Sign inDemoInstall

sqs-consumer

Package Overview
Dependencies
Maintainers
2
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sqs-consumer - npm Package Compare versions

Comparing version 7.4.0-canary.0 to 7.4.0

45

package.json
{
"name": "sqs-consumer",
"version": "7.4.0-canary.0",
"version": "7.4.0",
"description": "Build SQS-based Node applications without the boilerplate",

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

"test": "npm run test:unit && npm run test:integration",
"coverage": "nyc mocha && nyc report --reporter=html && nyc report --reporter=json-summary",
"lcov": "nyc mocha && nyc report --reporter=lcov",
"coverage": "c8 mocha && c8 report --reporter=html && c8 report --reporter=json-summary",
"lcov": "c8 mocha && c8 report --reporter=lcov",
"lint": "eslint . --ext .ts",

@@ -45,27 +45,27 @@ "lint:fix": "eslint . --fix",

"devDependencies": {
"@cucumber/cucumber": "^9.2.0",
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.1",
"@types/sinon": "^10.0.15",
"chai": "^4.3.7",
"eslint": "^8.44.0",
"eslint-config-iplayer-ts": "^4.1.1",
"eslint-config-prettier": "^8.8.0",
"@cucumber/cucumber": "10.0.1",
"@types/chai": "^4.3.9",
"@types/mocha": "^10.0.3",
"@types/node": "^20.8.7",
"@types/sinon": "^10.0.20",
"chai": "^4.3.10",
"eslint": "^8.52.0",
"eslint-config-iplayer": "^9.1.0",
"eslint-config-prettier": "^9.0.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"c8": "^8.0.1",
"p-event": "^4.2.0",
"prettier": "^3.0.0",
"sinon": "^15.2.0",
"sqs-producer": "^3.2.1",
"prettier": "^3.0.3",
"sinon": "^17.0.0",
"sqs-producer": "^3.4.0",
"ts-node": "^10.9.1",
"typedoc": "^0.24.8",
"typescript": "^4.9.4"
"typedoc": "^0.25.2",
"typescript": "^5.2.2"
},
"dependencies": {
"@aws-sdk/client-sqs": "^3.363.0",
"@aws-sdk/client-sqs": "^3.428.0",
"debug": "^4.3.4"
},
"peerDependencies": {
"@aws-sdk/client-sqs": "^3.363.0"
"@aws-sdk/client-sqs": "^3.428.0"
},

@@ -76,3 +76,3 @@ "mocha": {

},
"nyc": {
"c8": {
"include": [

@@ -92,3 +92,4 @@ "src/**/*.ts"

"extends": [
"iplayer-ts",
"iplayer/base",
"iplayer/ts",
"prettier"

@@ -95,0 +96,0 @@ ],

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