Socket
Socket
Sign inDemoInstall

@aws-sdk/types

Package Overview
Dependencies
0
Maintainers
5
Versions
143
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.188.0 to 3.190.0

14

dist-types/auth.d.ts

@@ -6,5 +6,5 @@ /**

/**
* @example "v4" for SigV4
* @example "sigv4a" or "sigv4"
*/
name: string;
name: "sigv4" | "sigv4a" | string;
/**

@@ -17,4 +17,12 @@ * @example "s3"

*/
signingScope: string;
signingRegion: string;
/**
* TODO usage?
*/
signingRegionSet?: string[];
/**
* @deprecated this field was renamed to signingRegion.
*/
signingScope?: never;
properties: Record<string, unknown>;
}
export interface AuthScheme {
name: string;
name: "sigv4" | "sigv4a" | string;
signingName: string;
signingScope: string;
signingRegion: string;
signingRegionSet?: string[];
signingScope?: never;
properties: Record<string, unknown>;
}
{
"name": "@aws-sdk/types",
"version": "3.188.0",
"version": "3.190.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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc