Socket
Socket
Sign inDemoInstall

@aws-sdk/credential-provider-process

Package Overview
Dependencies
Maintainers
5
Versions
175
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.300.0 to 3.303.0

5

dist-types/fromProcess.d.ts
import { SourceProfileInit } from "@aws-sdk/shared-ini-file-loader";
import { AwsCredentialIdentityProvider } from "@aws-sdk/types";
/**
* @internal
*/
export interface FromProcessInit extends SourceProfileInit {
}
/**
* @internal
*
* Creates a credential provider that will read from a credential_process specified

@@ -7,0 +12,0 @@ * in ini files.

3

dist-types/getValidatedProcessCredentials.d.ts
import { AwsCredentialIdentity } from "@aws-sdk/types";
import { ProcessCredentials } from "./ProcessCredentials";
/**
* @internal
*/
export declare const getValidatedProcessCredentials: (profileName: string, data: ProcessCredentials) => AwsCredentialIdentity;

@@ -0,1 +1,4 @@

/**
* @internal
*/
export * from "./fromProcess";

@@ -0,1 +1,4 @@

/**
* @internal
*/
export type ProcessCredentials = {

@@ -2,0 +5,0 @@ Version: number;

import { AwsCredentialIdentity, ParsedIniData } from "@aws-sdk/types";
/**
* @internal
*/
export declare const resolveProcessCredentials: (profileName: string, profiles: ParsedIniData) => Promise<AwsCredentialIdentity>;

8

package.json
{
"name": "@aws-sdk/credential-provider-process",
"version": "3.300.0",
"version": "3.303.0",
"description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config",

@@ -27,5 +27,5 @@ "main": "./dist-cjs/index.js",

"dependencies": {
"@aws-sdk/property-provider": "3.296.0",
"@aws-sdk/shared-ini-file-loader": "3.300.0",
"@aws-sdk/types": "3.296.0",
"@aws-sdk/property-provider": "3.303.0",
"@aws-sdk/shared-ini-file-loader": "3.303.0",
"@aws-sdk/types": "3.303.0",
"tslib": "^2.5.0"

@@ -32,0 +32,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