Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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

Package Overview
Dependencies
Maintainers
5
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/credential-provider-web-identity - npm Package Compare versions

Comparing version 3.713.0 to 3.714.0

12

dist-cjs/fromWebToken.js

@@ -36,10 +36,6 @@ "use strict";

credentialProviderLogger: init.logger,
...(awsIdentityProperties?.callerClientConfig?.region || init.parentClientConfig
? {
parentClientConfig: {
region: awsIdentityProperties?.callerClientConfig?.region,
...init.parentClientConfig,
},
}
: {}),
parentClientConfig: {
...awsIdentityProperties?.callerClientConfig,
...init.parentClientConfig,
},
}, init.clientPlugins);

@@ -46,0 +42,0 @@ }

@@ -10,10 +10,6 @@ export const fromWebToken = (init) => async (awsIdentityProperties) => {

credentialProviderLogger: init.logger,
...(awsIdentityProperties?.callerClientConfig?.region || init.parentClientConfig
? {
parentClientConfig: {
region: awsIdentityProperties?.callerClientConfig?.region,
...init.parentClientConfig,
},
}
: {}),
parentClientConfig: {
...awsIdentityProperties?.callerClientConfig,
...init.parentClientConfig,
},
}, init.clientPlugins);

@@ -20,0 +16,0 @@ }

{
"name": "@aws-sdk/credential-provider-web-identity",
"version": "3.713.0",
"version": "3.714.0",
"description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",

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

"dependencies": {
"@aws-sdk/core": "3.713.0",
"@aws-sdk/types": "3.713.0",
"@aws-sdk/core": "3.714.0",
"@aws-sdk/types": "3.714.0",
"@smithy/property-provider": "^3.1.11",

@@ -52,3 +52,3 @@ "@smithy/types": "^3.7.2",

"peerDependencies": {
"@aws-sdk/client-sts": "^3.713.0"
"@aws-sdk/client-sts": "^3.714.0"
},

@@ -55,0 +55,0 @@ "types": "./dist-types/index.d.ts",

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