@aws-sdk/credential-provider-process
Advanced tools
Comparing version 3.468.0 to 3.485.0
@@ -23,4 +23,5 @@ "use strict"; | ||
...(data.Expiration && { expiration: new Date(data.Expiration) }), | ||
...(data.CredentialScope && { credentialScope: data.CredentialScope }), | ||
}; | ||
}; | ||
exports.getValidatedProcessCredentials = getValidatedProcessCredentials; |
@@ -20,3 +20,4 @@ export const getValidatedProcessCredentials = (profileName, data) => { | ||
...(data.Expiration && { expiration: new Date(data.Expiration) }), | ||
...(data.CredentialScope && { credentialScope: data.CredentialScope }), | ||
}; | ||
}; |
@@ -10,2 +10,3 @@ /** | ||
Expiration?: number; | ||
CredentialScope?: string; | ||
}; |
@@ -7,2 +7,3 @@ export type ProcessCredentials = { | ||
Expiration?: number; | ||
CredentialScope?: string; | ||
}; |
{ | ||
"name": "@aws-sdk/credential-provider-process", | ||
"version": "3.468.0", | ||
"version": "3.485.0", | ||
"description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config", | ||
@@ -27,6 +27,6 @@ "main": "./dist-cjs/index.js", | ||
"dependencies": { | ||
"@aws-sdk/types": "3.468.0", | ||
"@aws-sdk/types": "3.485.0", | ||
"@smithy/property-provider": "^2.0.0", | ||
"@smithy/shared-ini-file-loader": "^2.0.6", | ||
"@smithy/types": "^2.7.0", | ||
"@smithy/types": "^2.8.0", | ||
"tslib": "^2.5.0" | ||
@@ -33,0 +33,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22290
208
5
+ Added@aws-sdk/types@3.485.0(transitive)
- Removed@aws-sdk/types@3.468.0(transitive)
Updated@aws-sdk/types@3.485.0
Updated@smithy/types@^2.8.0