Socket
Socket
Sign inDemoInstall

@aws-sdk/credential-provider-ini

Package Overview
Dependencies
Maintainers
5
Versions
345
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 3.484.0 to 3.485.0

1

dist-cjs/resolveStaticCredentials.js

@@ -14,3 +14,4 @@ "use strict";

sessionToken: profile.aws_session_token,
credentialScope: profile.aws_credential_scope,
});
exports.resolveStaticCredentials = resolveStaticCredentials;

@@ -10,2 +10,3 @@ export const isStaticCredsProfile = (arg) => Boolean(arg) &&

sessionToken: profile.aws_session_token,
credentialScope: profile.aws_credential_scope,
});

@@ -9,2 +9,3 @@ import { AwsCredentialIdentity, Profile } from "@smithy/types";

aws_session_token?: string;
aws_credential_scope?: string;
}

@@ -11,0 +12,0 @@ /**

@@ -6,2 +6,3 @@ import { AwsCredentialIdentity, Profile } from "@smithy/types";

aws_session_token?: string;
aws_credential_scope?: string;
}

@@ -8,0 +9,0 @@ export declare const isStaticCredsProfile: (

14

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

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

"dependencies": {
"@aws-sdk/credential-provider-env": "3.468.0",
"@aws-sdk/credential-provider-process": "3.468.0",
"@aws-sdk/credential-provider-sso": "3.484.0",
"@aws-sdk/credential-provider-web-identity": "3.468.0",
"@aws-sdk/types": "3.468.0",
"@aws-sdk/credential-provider-env": "3.485.0",
"@aws-sdk/credential-provider-process": "3.485.0",
"@aws-sdk/credential-provider-sso": "3.485.0",
"@aws-sdk/credential-provider-web-identity": "3.485.0",
"@aws-sdk/types": "3.485.0",
"@smithy/credential-provider-imds": "^2.0.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"

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