New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/credential-providers

Package Overview
Dependencies
Maintainers
5
Versions
365
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/credential-providers - npm Package Compare versions

Comparing version 3.729.0 to 3.730.0

6

dist-cjs/loadSts.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.STSClient = exports.AssumeRoleCommand = void 0;
const client_sts_1 = require("@aws-sdk/client-sts");
Object.defineProperty(exports, "AssumeRoleCommand", { enumerable: true, get: function () { return client_sts_1.AssumeRoleCommand; } });
Object.defineProperty(exports, "STSClient", { enumerable: true, get: function () { return client_sts_1.STSClient; } });
const sts_1 = require("@aws-sdk/nested-clients/sts");
Object.defineProperty(exports, "AssumeRoleCommand", { enumerable: true, get: function () { return sts_1.AssumeRoleCommand; } });
Object.defineProperty(exports, "STSClient", { enumerable: true, get: function () { return sts_1.STSClient; } });

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

import { AssumeRoleCommand, STSClient } from "@aws-sdk/client-sts";
import { AssumeRoleCommand, STSClient } from "@aws-sdk/nested-clients/sts";
export { AssumeRoleCommand, STSClient };

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

import type { AssumeRoleCommandInput, STSClientConfig } from "@aws-sdk/client-sts";
import type { AssumeRoleCommandInput, STSClientConfig } from "@aws-sdk/nested-clients/sts";
import type { CredentialProviderOptions } from "@aws-sdk/types";

@@ -3,0 +3,0 @@ import { AwsCredentialIdentity, AwsCredentialIdentityProvider, Pluggable } from "@smithy/types";

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

import { AssumeRoleCommand, STSClient } from "@aws-sdk/client-sts";
import { AssumeRoleCommand, STSClient } from "@aws-sdk/nested-clients/sts";
/**

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

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

import { AssumeRoleCommandInput, STSClientConfig } from "@aws-sdk/client-sts";
import {
AssumeRoleCommandInput,
STSClientConfig,
} from "@aws-sdk/nested-clients/sts";
import { CredentialProviderOptions } from "@aws-sdk/types";

@@ -3,0 +6,0 @@ import {

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

import { AssumeRoleCommand, STSClient } from "@aws-sdk/client-sts";
import { AssumeRoleCommand, STSClient } from "@aws-sdk/nested-clients/sts";
export { AssumeRoleCommand, STSClient };
{
"name": "@aws-sdk/credential-providers",
"version": "3.729.0",
"version": "3.730.0",
"description": "A collection of credential providers, without requiring service clients like STS, Cognito",

@@ -33,14 +33,13 @@ "main": "./dist-cjs/index.js",

"dependencies": {
"@aws-sdk/client-cognito-identity": "3.729.0",
"@aws-sdk/client-sso": "3.726.0",
"@aws-sdk/client-sts": "3.726.1",
"@aws-sdk/core": "3.723.0",
"@aws-sdk/credential-provider-cognito-identity": "3.729.0",
"@aws-sdk/credential-provider-env": "3.723.0",
"@aws-sdk/credential-provider-http": "3.723.0",
"@aws-sdk/credential-provider-ini": "3.726.0",
"@aws-sdk/credential-provider-node": "3.726.0",
"@aws-sdk/credential-provider-process": "3.723.0",
"@aws-sdk/credential-provider-sso": "3.726.0",
"@aws-sdk/credential-provider-web-identity": "3.723.0",
"@aws-sdk/client-cognito-identity": "3.730.0",
"@aws-sdk/core": "3.730.0",
"@aws-sdk/credential-provider-cognito-identity": "3.730.0",
"@aws-sdk/credential-provider-env": "3.730.0",
"@aws-sdk/credential-provider-http": "3.730.0",
"@aws-sdk/credential-provider-ini": "3.730.0",
"@aws-sdk/credential-provider-node": "3.730.0",
"@aws-sdk/credential-provider-process": "3.730.0",
"@aws-sdk/credential-provider-sso": "3.730.0",
"@aws-sdk/credential-provider-web-identity": "3.730.0",
"@aws-sdk/nested-clients": "3.730.0",
"@aws-sdk/types": "3.723.0",

@@ -47,0 +46,0 @@ "@smithy/credential-provider-imds": "^4.0.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