Socket
Socket
Sign inDemoInstall

@aws-sdk/util-endpoints

Package Overview
Dependencies
2
Maintainers
5
Versions
105
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.329.0 to 3.332.0

4

dist-cjs/resolveEndpoint.js

@@ -11,3 +11,3 @@ "use strict";

const { parameters, rules } = ruleSetObject;
(_b = (_a = options.logger) === null || _a === void 0 ? void 0 : _a.debug) === null || _b === void 0 ? void 0 : _b.call(_a, debug_1.debugId, `Initial EndpointParams: ${(0, debug_1.toDebugString)(endpointParams)}`);
(_b = (_a = options.logger) === null || _a === void 0 ? void 0 : _a.debug) === null || _b === void 0 ? void 0 : _b.call(_a, `${debug_1.debugId} Initial EndpointParams: ${(0, debug_1.toDebugString)(endpointParams)}`);
const paramsWithDefault = Object.entries(parameters)

@@ -40,5 +40,5 @@ .filter(([, v]) => v.default != null)

}
(_f = (_e = options.logger) === null || _e === void 0 ? void 0 : _e.debug) === null || _f === void 0 ? void 0 : _f.call(_e, debug_1.debugId, `Resolved endpoint: ${(0, debug_1.toDebugString)(endpoint)}`);
(_f = (_e = options.logger) === null || _e === void 0 ? void 0 : _e.debug) === null || _f === void 0 ? void 0 : _f.call(_e, `${debug_1.debugId} Resolved endpoint: ${(0, debug_1.toDebugString)(endpoint)}`);
return endpoint;
};
exports.resolveEndpoint = resolveEndpoint;

@@ -7,3 +7,3 @@ import { debugId, toDebugString } from "./debug";

const { parameters, rules } = ruleSetObject;
options.logger?.debug?.(debugId, `Initial EndpointParams: ${toDebugString(endpointParams)}`);
options.logger?.debug?.(`${debugId} Initial EndpointParams: ${toDebugString(endpointParams)}`);
const paramsWithDefault = Object.entries(parameters)

@@ -36,4 +36,4 @@ .filter(([, v]) => v.default != null)

}
options.logger?.debug?.(debugId, `Resolved endpoint: ${toDebugString(endpoint)}`);
options.logger?.debug?.(`${debugId} Resolved endpoint: ${toDebugString(endpoint)}`);
return endpoint;
};
{
"name": "@aws-sdk/util-endpoints",
"version": "3.329.0",
"version": "3.332.0",
"description": "Utilities to help with endpoint resolution",

@@ -5,0 +5,0 @@ "main": "./dist-cjs/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc