@smithy/credential-provider-imds
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -416,13 +416,13 @@ var __defProp = Object.defineProperty; | ||
0 && (module.exports = { | ||
DEFAULT_MAX_RETRIES, | ||
DEFAULT_TIMEOUT, | ||
ENV_CMDS_AUTH_TOKEN, | ||
httpRequest, | ||
getInstanceMetadataEndpoint, | ||
ENV_CMDS_FULL_URI, | ||
ENV_CMDS_RELATIVE_URI, | ||
ENV_CMDS_AUTH_TOKEN, | ||
fromContainerMetadata, | ||
fromInstanceMetadata, | ||
getInstanceMetadataEndpoint, | ||
httpRequest, | ||
DEFAULT_TIMEOUT, | ||
DEFAULT_MAX_RETRIES, | ||
providerConfigFromInit | ||
}); | ||
{ | ||
"name": "@smithy/credential-provider-imds", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "AWS credential provider that sources credentials from the EC2 instance metadata service and ECS container metadata service", | ||
@@ -29,6 +29,6 @@ "main": "./dist-cjs/index.js", | ||
"dependencies": { | ||
"@smithy/node-config-provider": "^2.2.1", | ||
"@smithy/property-provider": "^2.1.1", | ||
"@smithy/types": "^2.9.1", | ||
"@smithy/url-parser": "^2.1.1", | ||
"@smithy/node-config-provider": "^2.2.2", | ||
"@smithy/property-provider": "^2.1.2", | ||
"@smithy/types": "^2.10.0", | ||
"@smithy/url-parser": "^2.1.2", | ||
"tslib": "^2.5.0" | ||
@@ -35,0 +35,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
61678