🚀 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.0
to
3.996.1
+1
-1
dist-types/aws.d.ts

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

import { EndpointFunctions } from "@smithy/util-endpoints";
import type { EndpointFunctions } from "@smithy/util-endpoints";
export declare const awsEndpointFunctions: EndpointFunctions;

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

import { EndpointARN } from "@smithy/types";
import type { EndpointARN } from "@smithy/types";
/**

@@ -3,0 +3,0 @@ * Evaluates a single string argument value, and returns an object containing

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

import { EndpointPartition } from "@smithy/types";
import type { EndpointPartition } from "@smithy/types";
export type PartitionsInfo = {

@@ -3,0 +3,0 @@ partitions: Array<{

{
"name": "@aws-sdk/util-endpoints",
"version": "3.996.0",
"version": "3.996.1",
"description": "Utilities to help with endpoint resolution",

@@ -28,6 +28,6 @@ "main": "./dist-cjs/index.js",

"dependencies": {
"@aws-sdk/types": "^3.973.1",
"@smithy/types": "^4.12.0",
"@smithy/url-parser": "^4.2.8",
"@smithy/util-endpoints": "^3.2.8",
"@aws-sdk/types": "^3.973.2",
"@smithy/types": "^4.12.1",
"@smithy/url-parser": "^4.2.9",
"@smithy/util-endpoints": "^3.2.9",
"tslib": "^2.6.2"

@@ -34,0 +34,0 @@ },