Socket
Socket
Sign inDemoInstall

@aws-sdk/credential-provider-web-identity

Package Overview
Dependencies
137
Maintainers
5
Versions
131
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.507.0 to 3.511.0

6

dist-cjs/fromWebToken.js

@@ -34,3 +34,7 @@ "use strict";

const { getDefaultRoleAssumerWithWebIdentity } = await Promise.resolve().then(() => __importStar(require("./loadSts")));
roleAssumerWithWebIdentity = getDefaultRoleAssumerWithWebIdentity(init.clientConfig, init.clientPlugins);
roleAssumerWithWebIdentity = getDefaultRoleAssumerWithWebIdentity({
...init.clientConfig,
credentialProviderLogger: init.logger,
parentClientConfig: init.parentClientConfig,
}, init.clientPlugins);
}

@@ -37,0 +41,0 @@ return roleAssumerWithWebIdentity({

@@ -7,3 +7,7 @@ export const fromWebToken = (init) => async () => {

const { getDefaultRoleAssumerWithWebIdentity } = await import("./loadSts");
roleAssumerWithWebIdentity = getDefaultRoleAssumerWithWebIdentity(init.clientConfig, init.clientPlugins);
roleAssumerWithWebIdentity = getDefaultRoleAssumerWithWebIdentity({
...init.clientConfig,
credentialProviderLogger: init.logger,
parentClientConfig: init.parentClientConfig,
}, init.clientPlugins);
}

@@ -10,0 +14,0 @@ return roleAssumerWithWebIdentity({

6

package.json
{
"name": "@aws-sdk/credential-provider-web-identity",
"version": "3.507.0",
"version": "3.511.0",
"description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",

@@ -35,4 +35,4 @@ "main": "./dist-cjs/index.js",

"dependencies": {
"@aws-sdk/client-sts": "3.507.0",
"@aws-sdk/types": "3.502.0",
"@aws-sdk/client-sts": "3.511.0",
"@aws-sdk/types": "3.511.0",
"@smithy/property-provider": "^2.1.1",

@@ -39,0 +39,0 @@ "@smithy/types": "^2.9.1",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc