🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@aws-sdk/credential-provider-process

Package Overview
Dependencies
Maintainers
2
Versions
335
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.972.55
to
3.972.56
+1
-1
dist-es/index.js

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

export * from "./fromProcess";
export { fromProcess } from "./fromProcess";

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

/**
* @internal
*/
export * from "./fromProcess";
export { fromProcess } from "./fromProcess";
export type { FromProcessInit } from "./fromProcess";

@@ -1,1 +0,2 @@

export * from "./fromProcess";
export { fromProcess } from "./fromProcess";
export { FromProcessInit } from "./fromProcess";
{
"name": "@aws-sdk/credential-provider-process",
"version": "3.972.55",
"version": "3.972.56",
"description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config",

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

"dependencies": {
"@aws-sdk/core": "^3.974.29",
"@aws-sdk/types": "^3.973.15",
"@smithy/core": "^3.29.0",
"@smithy/types": "^4.15.1",
"@aws-sdk/core": "^3.975.0",
"@aws-sdk/types": "^3.974.0",
"@smithy/core": "^3.29.2",
"@smithy/types": "^4.16.0",
"tslib": "^2.6.2"

@@ -35,0 +35,0 @@ },