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 11.0.0 to 11.0.1-canary.1

12

CHANGELOG.md

@@ -1,13 +0,5 @@

## [11.0.0](https://github.com/bbc/sqs-consumer/compare/v10.3.0...v11.0.0) (2024-07-10)
## [11.0.1-canary.1](https://github.com/bbc/sqs-consumer/compare/v11.0.0...v11.0.1-canary.1) (2024-07-11)
### Chores
* adding bun compatibility ([#505](https://github.com/bbc/sqs-consumer/issues/505)) ([b743f2d](https://github.com/bbc/sqs-consumer/commit/b743f2db20b66b1ba91a0ac0a2d5be3f09e6058b))
* adding jsr publishing ([#504](https://github.com/bbc/sqs-consumer/issues/504)) ([913773b](https://github.com/bbc/sqs-consumer/commit/913773bdf4a3507bdd0eda9365dcdfe3454e7e54))
* extend the branches that workflows run on ([18df66e](https://github.com/bbc/sqs-consumer/commit/18df66efa4a940e3b97de022686087f95b70e675))
* only run publish after tests have completed ([58247e9](https://github.com/bbc/sqs-consumer/commit/58247e9fbd10a181930e51764175147b62ba8a3b))
* try adjusting the workflow for beta publishing ([25bbb27](https://github.com/bbc/sqs-consumer/commit/25bbb27889836efc8d68abc3f37f750fb72b9841))
* update conventional commits ([524db1c](https://github.com/bbc/sqs-consumer/commit/524db1c95f7cf43cda8aa2a40c61c1fb02e24297))
* update npmignore ([b2b5b94](https://github.com/bbc/sqs-consumer/commit/b2b5b9455da75619edd47769fb06f3098d75e71e))
* updating versions to the latest possible ([#501](https://github.com/bbc/sqs-consumer/issues/501)) ([66c1819](https://github.com/bbc/sqs-consumer/commit/66c1819d52bc73d36b7269185c213a0b1fb23e70))
* updating sdk version ([59624e3](https://github.com/bbc/sqs-consumer/commit/59624e3871969c979a83c9c3c8afcbac3b31d4a3))
* upgrading aws sdk to ^3.614.0 ([#510](https://github.com/bbc/sqs-consumer/issues/510)) ([f8a739e](https://github.com/bbc/sqs-consumer/commit/f8a739eb4ad5829c00e4b54fec3e525a0034242b))

6

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

@@ -180,7 +180,7 @@ "type": "module",

"dependencies": {
"@aws-sdk/client-sqs": "^3.609.0",
"@aws-sdk/client-sqs": "^3.614.0",
"debug": "^4.3.5"
},
"peerDependencies": {
"@aws-sdk/client-sqs": "^3.609.0"
"@aws-sdk/client-sqs": "^3.614.0"
},

@@ -187,0 +187,0 @@ "mocha": {

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc