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

awscred

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

awscred - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "awscred",
"version": "1.0.2",
"version": "1.0.3",
"description": "Resolves AWS credentials (and region) using env, file and IAM strategies",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -6,4 +6,4 @@ awscred

using, in order: environment variables, INI files, and EC2 metadata (for IAM
roles). Robust retries in the face of HTTP errors, and queues calls to ensure
no thundering herd effect will occur when credentials expire.
roles). Queues HTTP calls to ensure no thundering herd effect will occur when
credentials expire.

@@ -44,2 +44,4 @@ Example

- `timeout`: the ms timeout on the http call to the EC2 metadata service, defaults to `5000`
- `credentialsCallChain`: array of functions to resolve credentials, defaults to `awscred.credentialsCallChain` below
- `regionCallChain`: array of functions to resolve region, defaults to `awscred.regionCallChain` below

@@ -46,0 +48,0 @@ All options are also passed to `http.request`, so any standard Node.js HTTP

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