Socket
Socket
Sign inDemoInstall

@aws-sdk/core

Package Overview
Dependencies
Maintainers
5
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/core - npm Package Compare versions

Comparing version 3.598.0 to 3.609.0

11

dist-cjs/submodules/client/index.js

@@ -31,4 +31,13 @@ "use strict";

var emitWarningIfUnsupportedVersion = /* @__PURE__ */ __name((version) => {
if (version && !warningEmitted && parseInt(version.substring(1, version.indexOf("."))) < 16) {
if (version && !warningEmitted && parseInt(version.substring(1, version.indexOf("."))) < 18) {
warningEmitted = true;
process.emitWarning(
`NodeDeprecationWarning: The AWS SDK for JavaScript (v3) will
no longer support Node.js 16.x on January 6, 2025.
To continue receiving updates to AWS services, bug fixes, and security
updates please upgrade to a supported Node.js LTS version.
More information can be found at: https://a.co/74kJMmI`
);
}

@@ -35,0 +44,0 @@ }, "emitWarningIfUnsupportedVersion");

let warningEmitted = false;
export const emitWarningIfUnsupportedVersion = (version) => {
if (version && !warningEmitted && parseInt(version.substring(1, version.indexOf("."))) < 16) {
if (version && !warningEmitted && parseInt(version.substring(1, version.indexOf("."))) < 18) {
warningEmitted = true;
process.emitWarning(`NodeDeprecationWarning: The AWS SDK for JavaScript (v3) will
no longer support Node.js 16.x on January 6, 2025.
To continue receiving updates to AWS services, bug fixes, and security
updates please upgrade to a supported Node.js LTS version.
More information can be found at: https://a.co/74kJMmI`);
}
};

12

package.json
{
"name": "@aws-sdk/core",
"version": "3.598.0",
"version": "3.609.0",
"description": "Core functions & classes shared by multiple AWS SDK clients",

@@ -70,7 +70,7 @@ "scripts": {

"dependencies": {
"@smithy/core": "^2.2.1",
"@smithy/protocol-http": "^4.0.1",
"@smithy/signature-v4": "^3.1.0",
"@smithy/smithy-client": "^3.1.2",
"@smithy/types": "^3.1.0",
"@smithy/core": "^2.2.4",
"@smithy/protocol-http": "^4.0.3",
"@smithy/signature-v4": "^3.1.2",
"@smithy/smithy-client": "^3.1.5",
"@smithy/types": "^3.3.0",
"fast-xml-parser": "4.2.5",

@@ -77,0 +77,0 @@ "tslib": "^2.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