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
5
Versions
171
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.635.0 to 3.649.0

5

dist-cjs/index.js

@@ -64,3 +64,6 @@ "use strict";

);
resolvedEndpoint.url = queueUrlOrigin;
context.endpointV2 = {
...resolvedEndpoint,
url: queueUrlOrigin
};
}

@@ -67,0 +70,0 @@ } catch (e) {

@@ -21,3 +21,6 @@ import { NoOpLogger } from "@smithy/smithy-client";

Set [endpoint=string] or [useQueueUrlAsEndpoint=false] on the SQSClient.`);
resolvedEndpoint.url = queueUrlOrigin;
context.endpointV2 = {
...resolvedEndpoint,
url: queueUrlOrigin,
};
}

@@ -24,0 +27,0 @@ }

8

package.json
{
"name": "@aws-sdk/middleware-sdk-sqs",
"version": "3.635.0",
"version": "3.649.0",
"scripts": {

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

"dependencies": {
"@aws-sdk/types": "3.609.0",
"@smithy/smithy-client": "^3.2.0",
"@smithy/types": "^3.3.0",
"@aws-sdk/types": "3.649.0",
"@smithy/smithy-client": "^3.3.0",
"@smithy/types": "^3.4.0",
"@smithy/util-hex-encoding": "^3.0.0",

@@ -29,0 +29,0 @@ "@smithy/util-utf8": "^3.0.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