Socket
Socket
Sign inDemoInstall

@aws-sdk/types

Package Overview
Dependencies
Maintainers
6
Versions
148
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.159.0 to 3.160.0

8

dist-types/endpoint.d.ts

@@ -24,1 +24,9 @@ export declare enum EndpointURLScheme {

}
export declare type EndpointObjectProperty = string | boolean | {
[key: string]: EndpointObjectProperty;
} | EndpointObjectProperty[];
export interface EndpointV2 {
url: URL;
properties?: Record<string, EndpointObjectProperty>;
headers?: Record<string, string[]>;
}

@@ -15,1 +15,9 @@ export declare enum EndpointURLScheme {

}
export declare type EndpointObjectProperty = string | boolean | {
[key: string]: EndpointObjectProperty;
} | EndpointObjectProperty[];
export interface EndpointV2 {
url: URL;
properties?: Record<string, EndpointObjectProperty>;
headers?: Record<string, string[]>;
}

2

package.json
{
"name": "@aws-sdk/types",
"version": "3.159.0",
"version": "3.160.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