Socket
Socket
Sign inDemoInstall

@aws-sdk/credential-provider-process

Package Overview
Dependencies
Maintainers
5
Versions
177
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.357.0 to 3.363.0

2

dist-cjs/fromProcess.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.fromProcess = void 0;
const shared_ini_file_loader_1 = require("@aws-sdk/shared-ini-file-loader");
const shared_ini_file_loader_1 = require("@smithy/shared-ini-file-loader");
const resolveProcessCredentials_1 = require("./resolveProcessCredentials");

@@ -6,0 +6,0 @@ const fromProcess = (init = {}) => async () => {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.resolveProcessCredentials = void 0;
const property_provider_1 = require("@aws-sdk/property-provider");
const property_provider_1 = require("@smithy/property-provider");
const child_process_1 = require("child_process");

@@ -6,0 +6,0 @@ const util_1 = require("util");

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

import { getProfileName, parseKnownFiles } from "@aws-sdk/shared-ini-file-loader";
import { getProfileName, parseKnownFiles } from "@smithy/shared-ini-file-loader";
import { resolveProcessCredentials } from "./resolveProcessCredentials";

@@ -3,0 +3,0 @@ export const fromProcess = (init = {}) => async () => {

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

import { CredentialsProviderError } from "@aws-sdk/property-provider";
import { CredentialsProviderError } from "@smithy/property-provider";
import { exec } from "child_process";

@@ -3,0 +3,0 @@ import { promisify } from "util";

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

import { SourceProfileInit } from "@aws-sdk/shared-ini-file-loader";
import { AwsCredentialIdentityProvider } from "@aws-sdk/types";
import { SourceProfileInit } from "@smithy/shared-ini-file-loader";
import { AwsCredentialIdentityProvider } from "@smithy/types";
/**

@@ -4,0 +4,0 @@ * @internal

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

import { AwsCredentialIdentity } from "@aws-sdk/types";
import { AwsCredentialIdentity } from "@smithy/types";
import { ProcessCredentials } from "./ProcessCredentials";

@@ -3,0 +3,0 @@ /**

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

import { AwsCredentialIdentity, ParsedIniData } from "@aws-sdk/types";
import { AwsCredentialIdentity, ParsedIniData } from "@smithy/types";
/**

@@ -3,0 +3,0 @@ * @internal

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

import { SourceProfileInit } from "@aws-sdk/shared-ini-file-loader";
import { AwsCredentialIdentityProvider } from "@aws-sdk/types";
import { SourceProfileInit } from "@smithy/shared-ini-file-loader";
import { AwsCredentialIdentityProvider } from "@smithy/types";
export interface FromProcessInit extends SourceProfileInit {}

@@ -4,0 +4,0 @@ export declare const fromProcess: (

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

import { AwsCredentialIdentity } from "@aws-sdk/types";
import { AwsCredentialIdentity } from "@smithy/types";
import { ProcessCredentials } from "./ProcessCredentials";

@@ -3,0 +3,0 @@ export declare const getValidatedProcessCredentials: (

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

import { AwsCredentialIdentity, ParsedIniData } from "@aws-sdk/types";
import { AwsCredentialIdentity, ParsedIniData } from "@smithy/types";
export declare const resolveProcessCredentials: (

@@ -3,0 +3,0 @@ profileName: string,

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

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

"dependencies": {
"@aws-sdk/property-provider": "3.357.0",
"@aws-sdk/shared-ini-file-loader": "3.357.0",
"@aws-sdk/types": "3.357.0",
"@smithy/property-provider": "^1.0.1",
"@smithy/shared-ini-file-loader": "^1.0.1",
"@smithy/types": "^1.1.0",
"tslib": "^2.5.0"

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