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
5
Versions
183
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.468.0 to 3.485.0

1

dist-cjs/getValidatedProcessCredentials.js

@@ -23,4 +23,5 @@ "use strict";

...(data.Expiration && { expiration: new Date(data.Expiration) }),
...(data.CredentialScope && { credentialScope: data.CredentialScope }),
};
};
exports.getValidatedProcessCredentials = getValidatedProcessCredentials;

@@ -20,3 +20,4 @@ export const getValidatedProcessCredentials = (profileName, data) => {

...(data.Expiration && { expiration: new Date(data.Expiration) }),
...(data.CredentialScope && { credentialScope: data.CredentialScope }),
};
};

@@ -10,2 +10,3 @@ /**

Expiration?: number;
CredentialScope?: string;
};

@@ -7,2 +7,3 @@ export type ProcessCredentials = {

Expiration?: number;
CredentialScope?: string;
};

6

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

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

"dependencies": {
"@aws-sdk/types": "3.468.0",
"@aws-sdk/types": "3.485.0",
"@smithy/property-provider": "^2.0.0",
"@smithy/shared-ini-file-loader": "^2.0.6",
"@smithy/types": "^2.7.0",
"@smithy/types": "^2.8.0",
"tslib": "^2.5.0"

@@ -33,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