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.415.0 to 3.417.0

3

dist-cjs/endpointDiscoveryMiddleware.js

@@ -16,3 +16,4 @@ "use strict";

const { isDiscoveredEndpointRequired, identifiers } = middlewareConfig;
const { clientName, commandName } = context;
const clientName = context.clientName;
const commandName = context.commandName;
const isEndpointDiscoveryEnabled = await config.endpointDiscoveryEnabled();

@@ -19,0 +20,0 @@ const cacheKey = await (0, getCacheKey_1.getCacheKey)(commandName, config, { identifiers });

@@ -13,3 +13,4 @@ import { HttpRequest } from "@smithy/protocol-http";

const { isDiscoveredEndpointRequired, identifiers } = middlewareConfig;
const { clientName, commandName } = context;
const clientName = context.clientName;
const commandName = context.commandName;
const isEndpointDiscoveryEnabled = await config.endpointDiscoveryEnabled();

@@ -16,0 +17,0 @@ const cacheKey = await getCacheKey(commandName, config, { identifiers });

{
"name": "@aws-sdk/middleware-endpoint-discovery",
"version": "3.415.0",
"version": "3.417.0",
"scripts": {

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

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