Socket
Socket
Sign inDemoInstall

@smithy/smithy-client

Package Overview
Dependencies
1
Maintainers
2
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.5.1 to 3.0.0

2

dist-cjs/index.js

@@ -888,3 +888,3 @@ var __defProp = Object.defineProperty;

var emitWarningIfUnsupportedVersion = /* @__PURE__ */ __name((version) => {
if (version && !warningEmitted && parseInt(version.substring(1, version.indexOf("."))) < 14) {
if (version && !warningEmitted && parseInt(version.substring(1, version.indexOf("."))) < 16) {
warningEmitted = true;

@@ -891,0 +891,0 @@ }

let warningEmitted = false;
export const emitWarningIfUnsupportedVersion = (version) => {
if (version && !warningEmitted && parseInt(version.substring(1, version.indexOf("."))) < 14) {
if (version && !warningEmitted && parseInt(version.substring(1, version.indexOf("."))) < 16) {
warningEmitted = true;
}
};
{
"name": "@smithy/smithy-client",
"version": "2.5.1",
"version": "3.0.0",
"scripts": {

@@ -26,11 +26,11 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",

"dependencies": {
"@smithy/middleware-endpoint": "^2.5.1",
"@smithy/middleware-stack": "^2.2.0",
"@smithy/protocol-http": "^3.3.0",
"@smithy/types": "^2.12.0",
"@smithy/util-stream": "^2.2.0",
"@smithy/middleware-endpoint": "^3.0.0",
"@smithy/middleware-stack": "^3.0.0",
"@smithy/protocol-http": "^4.0.0",
"@smithy/types": "^3.0.0",
"@smithy/util-stream": "^3.0.0",
"tslib": "^2.6.2"
},
"engines": {
"node": ">=14.0.0"
"node": ">=16.0.0"
},

@@ -54,4 +54,3 @@ "typesVersions": {

"devDependencies": {
"@tsconfig/recommended": "1.0.1",
"@types/node": "^14.14.31",
"@types/node": "^16.18.96",
"concurrently": "7.0.0",

@@ -58,0 +57,0 @@ "downlevel-dts": "0.10.1",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc