You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@smithy/config-resolver

Package Overview
Dependencies
Maintainers
3
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smithy/config-resolver - npm Package Compare versions

Comparing version
4.4.11
to
4.4.12
+2
-2
dist-cjs/index.js

@@ -13,3 +13,3 @@ 'use strict';

configFileSelector: (profile) => utilConfigProvider.booleanSelector(profile, CONFIG_USE_DUALSTACK_ENDPOINT, utilConfigProvider.SelectorType.CONFIG),
default: false,
default: undefined,
};

@@ -23,3 +23,3 @@

configFileSelector: (profile) => utilConfigProvider.booleanSelector(profile, CONFIG_USE_FIPS_ENDPOINT, utilConfigProvider.SelectorType.CONFIG),
default: false,
default: undefined,
};

@@ -26,0 +26,0 @@

@@ -8,3 +8,3 @@ import { booleanSelector, SelectorType } from "@smithy/util-config-provider";

configFileSelector: (profile) => booleanSelector(profile, CONFIG_USE_DUALSTACK_ENDPOINT, SelectorType.CONFIG),
default: false,
default: undefined,
};

@@ -8,3 +8,3 @@ import { booleanSelector, SelectorType } from "@smithy/util-config-provider";

configFileSelector: (profile) => booleanSelector(profile, CONFIG_USE_FIPS_ENDPOINT, SelectorType.CONFIG),
default: false,
default: undefined,
};

@@ -17,2 +17,2 @@ import type { LoadedConfigSelectors } from "@smithy/node-config-provider";

*/
export declare const NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS: LoadedConfigSelectors<boolean>;
export declare const NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS: LoadedConfigSelectors<boolean | undefined>;

@@ -17,2 +17,2 @@ import type { LoadedConfigSelectors } from "@smithy/node-config-provider";

*/
export declare const NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS: LoadedConfigSelectors<boolean>;
export declare const NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS: LoadedConfigSelectors<boolean | undefined>;

@@ -17,2 +17,2 @@ import { LoadedConfigSelectors } from "@smithy/node-config-provider";

*/
export declare const NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS: LoadedConfigSelectors<boolean>;
export declare const NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS: LoadedConfigSelectors<boolean | undefined>;

@@ -17,2 +17,2 @@ import { LoadedConfigSelectors } from "@smithy/node-config-provider";

*/
export declare const NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS: LoadedConfigSelectors<boolean>;
export declare const NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS: LoadedConfigSelectors<boolean | undefined>;
{
"name": "@smithy/config-resolver",
"version": "4.4.11",
"version": "4.4.12",
"scripts": {

@@ -5,0 +5,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",