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 8.1.3 to 8.1.4

3

dist/types.d.ts

@@ -8,4 +8,3 @@ import { SQSClient, Message, QueueAttributeName } from '@aws-sdk/client-sqs';

/**
* List of queue attributes to retrieve (i.e.
* `['All', 'ApproximateFirstReceiveTimestamp', 'ApproximateReceiveCount']`).
* List of queue attributes to retrieve, see [AWS docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sqs/Variable/QueueAttributeName/).
* @defaultvalue `[]`

@@ -12,0 +11,0 @@ */

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

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

"license": "Apache-2.0",
"release": {
"branches": [
"main",
{
"name": "canary",
"prerelease": true
}
],
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits",
"releaseRules": [
{
"type": "feat",
"release": "minor"
},
{
"type": "chore",
"release": "patch"
},
{
"type": "fix",
"release": "patch"
},
{
"type": "docs",
"release": "patch"
},
{
"type": "refactor",
"release": "patch"
},
{
"type": "test",
"release": "patch"
}
]
}
],
[
"@semantic-release/release-notes-generator",
{
"preset": "conventionalcommits",
"presetConfig": {
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "chore",
"section": "Chores"
},
{
"type": "docs",
"section": "Documentation"
},
{
"type": "refactor",
"section": "Refactors"
},
{
"type": "test",
"section": "Tests"
}
]
}
}
],
"@semantic-release/git",
"@semantic-release/github",
"@semantic-release/npm"
]
},
"devDependencies": {
"@cucumber/cucumber": "10.0.1",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.6",
"@semantic-release/npm": "^11.0.2",
"@semantic-release/release-notes-generator": "^12.1.0",
"@types/chai": "^4.3.9",

@@ -50,3 +135,5 @@ "@types/mocha": "^10.0.3",

"@types/sinon": "^10.0.20",
"c8": "^8.0.1",
"chai": "^4.3.10",
"conventional-changelog-conventionalcommits": "^7.0.2",
"eslint": "^8.52.0",

@@ -56,5 +143,5 @@ "eslint-config-iplayer": "^9.1.0",

"mocha": "^10.2.0",
"c8": "^8.0.1",
"p-event": "^4.2.0",
"prettier": "^3.0.3",
"semantic-release": "^23.0.0",
"sinon": "^17.0.0",

@@ -61,0 +148,0 @@ "sqs-producer": "^4.0.0",

@@ -9,4 +9,3 @@ import { SQSClient, Message, QueueAttributeName } from '@aws-sdk/client-sqs';

/**
* List of queue attributes to retrieve (i.e.
* `['All', 'ApproximateFirstReceiveTimestamp', 'ApproximateReceiveCount']`).
* List of queue attributes to retrieve, see [AWS docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sqs/Variable/QueueAttributeName/).
* @defaultvalue `[]`

@@ -13,0 +12,0 @@ */

Sorry, the diff of this file is not supported yet

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