Socket
Socket
Sign inDemoInstall

@aws-sdk/middleware-endpoint-discovery

Package Overview
Dependencies
Maintainers
5
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/middleware-endpoint-discovery - npm Package Compare versions

Comparing version 3.170.0 to 3.171.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
**Note:** Version bump only for package @aws-sdk/middleware-endpoint-discovery
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)

@@ -8,0 +16,0 @@

1

dist-types/ts3.4/getCacheKey.d.ts
import { Credentials, Provider } from "@aws-sdk/types";
export declare const getCacheKey: (

@@ -4,0 +3,0 @@ commandName: string,

@@ -22,3 +22,2 @@ import {

) => Pluggable<any, any>;
export declare const getEndpointDiscoveryRequiredPlugin: (

@@ -34,3 +33,2 @@ pluginConfig: EndpointDiscoveryResolvedConfig & PreviouslyResolved,

) => Pluggable<any, any>;
export declare const getEndpointDiscoveryOptionalPlugin: (

@@ -37,0 +35,0 @@ pluginConfig: EndpointDiscoveryResolvedConfig & PreviouslyResolved,

@@ -11,3 +11,2 @@ import { EndpointCache } from "@aws-sdk/endpoint-cache";

endpointCacheSize?: number;
endpointDiscoveryEnabled?: boolean | undefined;

@@ -17,7 +16,4 @@ }

endpointCache: EndpointCache;
endpointDiscoveryCommandCtor: new (comandConfig: any) => any;
endpointDiscoveryEnabled: Provider<boolean | undefined>;
isClientEndpointDiscoveryEnabled: boolean;

@@ -24,0 +20,0 @@ }

{
"name": "@aws-sdk/middleware-endpoint-discovery",
"version": "3.170.0",
"version": "3.171.0",
"scripts": {

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

"devDependencies": {
"@aws-sdk/node-config-provider": "3.170.0",
"@aws-sdk/node-config-provider": "3.171.0",
"@tsconfig/recommended": "1.0.1",

@@ -33,6 +33,6 @@ "concurrently": "7.0.0",

"dependencies": {
"@aws-sdk/config-resolver": "3.170.0",
"@aws-sdk/config-resolver": "3.171.0",
"@aws-sdk/endpoint-cache": "3.170.0",
"@aws-sdk/protocol-http": "3.170.0",
"@aws-sdk/types": "3.170.0",
"@aws-sdk/protocol-http": "3.171.0",
"@aws-sdk/types": "3.171.0",
"tslib": "^2.3.1"

@@ -39,0 +39,0 @@ },

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