Socket
Socket
Sign inDemoInstall

@aws-sdk/types

Package Overview
Dependencies
Maintainers
5
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/types - npm Package Compare versions

Comparing version 3.190.0 to 3.193.0

3

dist-types/auth.d.ts

@@ -18,3 +18,4 @@ /**

/**
* TODO usage?
* @example ["*"]
* @exammple ["us-west-2", "us-east-1"]
*/

@@ -21,0 +22,0 @@ signingRegionSet?: string[];

@@ -0,1 +1,2 @@

import { AuthScheme } from "./auth";
import { EndpointV2 } from "./endpoint";

@@ -341,2 +342,6 @@ import { Logger } from "./logger";

endpointV2?: EndpointV2;
/**
* Set at the same time as endpointV2.
*/
authSchemes?: AuthScheme[];
[key: string]: any;

@@ -343,0 +348,0 @@ }

@@ -0,1 +1,2 @@

import { AuthScheme } from "./auth";
import { EndpointV2 } from "./endpoint";

@@ -203,2 +204,3 @@ import { Logger } from "./logger";

endpointV2?: EndpointV2;
authSchemes?: AuthScheme[];
[key: string]: any;

@@ -205,0 +207,0 @@ }

{
"name": "@aws-sdk/types",
"version": "3.190.0",
"version": "3.193.0",
"main": "./dist-cjs/index.js",

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

Sorry, the diff of this file is too big to display

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