Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/middleware-sdk-sqs

Package Overview
Dependencies
Maintainers
4
Versions
177
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/middleware-sdk-sqs - npm Package Compare versions

Comparing version 3.54.1 to 3.55.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [3.55.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.1...v3.55.0) (2022-03-21)
**Note:** Version bump only for package @aws-sdk/middleware-sdk-sqs
## [3.54.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.0...v3.54.1) (2022-03-15)

@@ -8,0 +16,0 @@

2

dist-cjs/receive-message.js

@@ -15,3 +15,3 @@ "use strict";

hash.update(message.Body || "");
if (md5 !== util_hex_encoding_1.toHex(await hash.digest())) {
if (md5 !== (0, util_hex_encoding_1.toHex)(await hash.digest())) {
messageIds.push(message.MessageId);

@@ -18,0 +18,0 @@ }

@@ -22,3 +22,3 @@ "use strict";

hash.update(entry.MessageBody || "");
if (md5 !== util_hex_encoding_1.toHex(await hash.digest())) {
if (md5 !== (0, util_hex_encoding_1.toHex)(await hash.digest())) {
messageIds.push(entries[entry.Id].MessageId);

@@ -42,5 +42,5 @@ }

applyToStack: (clientStack) => {
clientStack.add(exports.sendMessageBatchMiddleware(config), exports.sendMessageBatchMiddlewareOptions);
clientStack.add((0, exports.sendMessageBatchMiddleware)(config), exports.sendMessageBatchMiddlewareOptions);
},
});
exports.getSendMessageBatchPlugin = getSendMessageBatchPlugin;

@@ -10,3 +10,3 @@ "use strict";

hash.update(args.input.MessageBody || "");
if (output.MD5OfMessageBody !== util_hex_encoding_1.toHex(await hash.digest())) {
if (output.MD5OfMessageBody !== (0, util_hex_encoding_1.toHex)(await hash.digest())) {
throw new Error("InvalidChecksumError");

@@ -25,5 +25,5 @@ }

applyToStack: (clientStack) => {
clientStack.add(exports.sendMessageMiddleware(config), exports.sendMessageMiddlewareOptions);
clientStack.add((0, exports.sendMessageMiddleware)(config), exports.sendMessageMiddlewareOptions);
},
});
exports.getSendMessagePlugin = getSendMessagePlugin;
{
"name": "@aws-sdk/middleware-sdk-sqs",
"version": "3.54.1",
"version": "3.55.0",
"scripts": {

@@ -22,5 +22,5 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"dependencies": {
"@aws-sdk/types": "3.54.1",
"@aws-sdk/util-hex-encoding": "3.52.0",
"tslib": "^2.3.0"
"@aws-sdk/types": "3.55.0",
"@aws-sdk/util-hex-encoding": "3.55.0",
"tslib": "^2.3.1"
},

@@ -52,4 +52,4 @@ "engines": {

"typedoc": "0.19.2",
"typescript": "~4.3.5"
"typescript": "~4.6.2"
}
}
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