Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/types

Package Overview
Dependencies
Maintainers
5
Versions
151
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.162.0 to 3.168.0

14

dist-types/endpoint.d.ts

@@ -0,1 +1,15 @@

export interface EndpointPartition {
name: string;
dnsSuffix: string;
dualStackDnsSuffix: string;
supportsFIPS: boolean;
supportsDualStack: boolean;
}
export interface EndpointARN {
partition: string;
service: string;
region: string;
accountId: string;
resourceId: Array<string>;
}
export declare enum EndpointURLScheme {

@@ -2,0 +16,0 @@ HTTP = "http",

@@ -0,1 +1,15 @@

export interface EndpointPartition {
name: string;
dnsSuffix: string;
dualStackDnsSuffix: string;
supportsFIPS: boolean;
supportsDualStack: boolean;
}
export interface EndpointARN {
partition: string;
service: string;
region: string;
accountId: string;
resourceId: Array<string>;
}
export declare enum EndpointURLScheme {

@@ -2,0 +16,0 @@ HTTP = "http",

3

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

@@ -12,2 +12,3 @@ "module": "./dist-es/index.js",

"build:es": "tsc -p tsconfig.es.json",
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
"build:types": "tsc -p tsconfig.types.json",

@@ -14,0 +15,0 @@ "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",

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