Socket
Socket
Sign inDemoInstall

sqs-producer

Package Overview
Dependencies
141
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.3.0 to 3.4.0

41

package.json
{
"name": "sqs-producer",
"version": "3.3.0",
"version": "3.4.0",
"description": "Enqueues messages onto a given SQS queue",

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

"posttest": "npm run lint && npm run format:check",
"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",

@@ -42,23 +42,23 @@ "lint:fix": "eslint . --fix",

"devDependencies": {
"@types/chai": "^4.3.5",
"@types/debug": "^4.1.8",
"@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",
"@types/chai": "^4.3.9",
"@types/debug": "^4.1.10",
"@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",
"prettier": "^3.0.0",
"sinon": "^15.2.0",
"c8": "^8.0.1",
"prettier": "^3.0.3",
"sinon": "^17.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"dependencies": {
"@aws-sdk/client-sqs": "^3.363.0"
"@aws-sdk/client-sqs": "^3.428.0"
},
"peerDependencies": {
"@aws-sdk/client-sqs": "^3.363.0"
"@aws-sdk/client-sqs": "^3.428.0"
},

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

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

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

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

@@ -88,0 +89,0 @@ ],

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc