New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@itentialopensource/adapter-utils

Package Overview
Dependencies
Maintainers
6
Versions
221
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@itentialopensource/adapter-utils - npm Package Compare versions

Comparing version 5.9.2 to 5.9.3

8

CHANGELOG.md
## 5.9.3 [10-10-2024]
* add sts region
See merge request itentialopensource/adapter-utils!307
---
## 5.9.2 [10-07-2024]

@@ -3,0 +11,0 @@

6

lib/authenticationHandler.js

@@ -125,3 +125,3 @@ /* @copyright Itential, LLC 2023 */

secretAccessKey: this.allProps.authentication.aws_secret_key,
region: this.allProps.region
region: options.region
};

@@ -136,2 +136,5 @@ // Add optional config items (ssl, endpoint, proxy)

}
if (this.allProps.authentication.aws_sts.region) {
configObj.region = this.allProps.authentication.aws_sts.region;
}
if (this.allProps.authentication.aws_sts.proxy) {

@@ -149,2 +152,3 @@ configObj.httpOptions = {

AWS.config.update(configObj);
log.debug(`STS OPTIONS: ${JSON.stringify(configObj)}`);

@@ -151,0 +155,0 @@ // use STS to get the AWS access information for the user defined in STWS Params

2

package.json
{
"name": "@itentialopensource/adapter-utils",
"version": "5.9.2",
"version": "5.9.3",
"description": "Itential Adapter Utility Libraries",

@@ -5,0 +5,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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