Socket
Socket
Sign inDemoInstall

@aws-sdk/types

Package Overview
Dependencies
2
Maintainers
5
Versions
139
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.502.0 to 3.511.0

16

dist-types/credentials.d.ts

@@ -32,2 +32,18 @@ import { Logger } from "@smithy/types";

logger?: Logger;
/**
* Present if the credential provider was created by calling
* the defaultCredentialProvider in a client's middleware, having
* access to the client's config.
*
* The region of that parent or outer client is important because
* an inner client used by the credential provider may need
* to match its default partition or region with that of
* the outer client.
*
* @internal
* @deprecated - not truly deprecated, marked as a warning to not use this.
*/
parentClientConfig?: {
region?: string | Provider<string>;
};
};

3

dist-types/ts3.4/credentials.d.ts

@@ -8,2 +8,5 @@ import { Logger } from "@smithy/types";

logger?: Logger;
parentClientConfig?: {
region?: string | Provider<string>;
};
};

2

package.json
{
"name": "@aws-sdk/types",
"version": "3.502.0",
"version": "3.511.0",
"main": "./dist-cjs/index.js",

@@ -5,0 +5,0 @@ "module": "./dist-es/index.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc