🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@aws-sdk/util-endpoints

Package Overview
Dependencies
Maintainers
2
Versions
215
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/util-endpoints - npm Package Compare versions

Comparing version
3.996.28
to
3.996.29
+5
-5
dist-types/index.d.ts
export { awsEndpointFunctions, resolveEndpoint, resolveDefaultAwsRegionalEndpointsConfig, toEndpointV1, isIpAddress, partition, setPartitionInfo, useDefaultPartitionInfo, getUserAgentPrefix, } from "@aws-sdk/core/client";
export type { PartitionsInfo, DefaultAwsRegionalEndpointsInputConfig, DefaultAwsRegionalEndpointsResolvedConfig, } from "@aws-sdk/core/client";
export { EndpointError } from "@smithy/core/endpoints";
export { EndpointObjectProperties, EndpointObjectHeaders, EndpointObject, EndpointRuleObject, } from "@smithy/core/endpoints";
export { ErrorRuleObject } from "@smithy/core/endpoints";
export { RuleSetRules, TreeRuleObject } from "@smithy/core/endpoints";
export { DeprecatedObject, ParameterObject, RuleSetObject } from "@smithy/core/endpoints";
export { ReferenceObject, FunctionObject, FunctionArgv, FunctionReturn, ConditionObject, Expression, EndpointParams, EndpointResolverOptions, ReferenceRecord, EvaluateOptions, } from "@smithy/core/endpoints";
export type { EndpointObjectProperties, EndpointObjectHeaders, EndpointObject, EndpointRuleObject, } from "@smithy/core/endpoints";
export type { ErrorRuleObject } from "@smithy/core/endpoints";
export type { RuleSetRules, TreeRuleObject } from "@smithy/core/endpoints";
export type { DeprecatedObject, ParameterObject, RuleSetObject } from "@smithy/core/endpoints";
export type { ReferenceObject, FunctionObject, FunctionArgv, FunctionReturn, ConditionObject, Expression, EndpointParams, EndpointResolverOptions, ReferenceRecord, EvaluateOptions, } from "@smithy/core/endpoints";
{
"name": "@aws-sdk/util-endpoints",
"version": "3.996.28",
"version": "3.996.29",
"description": "Utilities to help with endpoint resolution",

@@ -23,4 +23,4 @@ "main": "./dist-cjs/index.js",

"dependencies": {
"@aws-sdk/core": "^3.974.29",
"@smithy/core": "^3.29.0",
"@aws-sdk/core": "^3.975.0",
"@smithy/core": "^3.29.2",
"tslib": "^2.6.2"

@@ -27,0 +27,0 @@ },