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

@aws-sdk/credential-provider-process

Package Overview
Dependencies
Maintainers
7
Versions
192
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/credential-provider-process - npm Package Compare versions

Comparing version 3.36.0 to 3.37.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
**Note:** Version bump only for package @aws-sdk/credential-provider-process
# [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)

@@ -8,0 +16,0 @@

9

dist-types/ts3.4/index.d.ts
import { CredentialProvider } from "@aws-sdk/types";
import { SourceProfileInit } from "@aws-sdk/util-credentials";
/**
* @internal
*/
export declare const ENV_PROFILE = "AWS_PROFILE";
export interface FromProcessInit extends SourceProfileInit {
}
/**
* Creates a credential provider that will read from a credential_process specified
* in ini files.
*/
export declare const fromProcess: (init?: FromProcessInit) => CredentialProvider;
{
"name": "@aws-sdk/credential-provider-process",
"version": "3.36.0",
"version": "3.37.0",
"description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config",

@@ -25,6 +25,6 @@ "main": "./dist-cjs/index.js",

"dependencies": {
"@aws-sdk/property-provider": "3.36.0",
"@aws-sdk/shared-ini-file-loader": "3.36.0",
"@aws-sdk/types": "3.36.0",
"@aws-sdk/util-credentials": "3.36.0",
"@aws-sdk/property-provider": "3.37.0",
"@aws-sdk/shared-ini-file-loader": "3.37.0",
"@aws-sdk/types": "3.37.0",
"@aws-sdk/util-credentials": "3.37.0",
"tslib": "^2.3.0"

@@ -31,0 +31,0 @@ },

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