Socket
Socket
Sign inDemoInstall

@aws-sdk/config-resolver

Package Overview
Dependencies
10
Maintainers
5
Versions
162
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.292.0 to 3.295.0

2

dist-types/regionInfo/EndpointVariant.d.ts

@@ -5,5 +5,5 @@ import { EndpointVariantTag } from "./EndpointVariantTag";

*/
export declare type EndpointVariant = {
export type EndpointVariant = {
hostname: string;
tags: EndpointVariantTag[];
};

@@ -5,2 +5,2 @@ /**

*/
export declare type EndpointVariantTag = "fips" | "dualstack";
export type EndpointVariantTag = "fips" | "dualstack";

@@ -7,3 +7,3 @@ import { EndpointVariant } from "./EndpointVariant";

*/
export declare type PartitionHash = Record<string, {
export type PartitionHash = Record<string, {
regions: string[];

@@ -10,0 +10,0 @@ regionRegex: string;

@@ -6,3 +6,3 @@ import { EndpointVariant } from "./EndpointVariant";

*/
export declare type RegionHash = Record<string, {
export type RegionHash = Record<string, {
variants: EndpointVariant[];

@@ -9,0 +9,0 @@ signingService?: string;

import { EndpointVariantTag } from "./EndpointVariantTag";
export declare type EndpointVariant = {
export type EndpointVariant = {
hostname: string;
tags: EndpointVariantTag[];
};

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

export declare type EndpointVariantTag = "fips" | "dualstack";
export type EndpointVariantTag = "fips" | "dualstack";
import { EndpointVariant } from "./EndpointVariant";
export declare type PartitionHash = Record<
export type PartitionHash = Record<
string,

@@ -4,0 +4,0 @@ {

import { EndpointVariant } from "./EndpointVariant";
export declare type RegionHash = Record<
export type RegionHash = Record<
string,

@@ -4,0 +4,0 @@ {

{
"name": "@aws-sdk/config-resolver",
"version": "3.292.0",
"version": "3.295.0",
"scripts": {

@@ -23,10 +23,10 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"dependencies": {
"@aws-sdk/signature-v4": "3.292.0",
"@aws-sdk/types": "3.292.0",
"@aws-sdk/util-config-provider": "3.292.0",
"@aws-sdk/util-middleware": "3.292.0",
"tslib": "^2.3.1"
"@aws-sdk/signature-v4": "3.295.0",
"@aws-sdk/types": "3.295.0",
"@aws-sdk/util-config-provider": "3.295.0",
"@aws-sdk/util-middleware": "3.295.0",
"tslib": "^2.5.0"
},
"devDependencies": {
"@aws-sdk/node-config-provider": "3.292.0",
"@aws-sdk/node-config-provider": "3.295.0",
"@tsconfig/recommended": "1.0.1",

@@ -37,3 +37,3 @@ "concurrently": "7.0.0",

"typedoc": "0.23.23",
"typescript": "~4.6.2"
"typescript": "~4.9.5"
},

@@ -40,0 +40,0 @@ "engines": {

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