Socket
Socket
Sign inDemoInstall

@aws-sdk/credential-provider-web-identity

Package Overview
Dependencies
Maintainers
5
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/credential-provider-web-identity - npm Package Compare versions

Comparing version 3.292.0 to 3.295.0

2

dist-types/fromWebToken.d.ts

@@ -109,3 +109,3 @@ import { AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@aws-sdk/types";

}
declare type LowerCaseKey<T> = {
type LowerCaseKey<T> = {
[K in keyof T as `${Uncapitalize<string & K>}`]: T[K];

@@ -112,0 +112,0 @@ };

@@ -16,3 +16,3 @@ import {

}
declare type LowerCaseKey<T> = {
type LowerCaseKey<T> = {
[K in keyof T as `${Uncapitalize<string & K>}`]: T[K];

@@ -19,0 +19,0 @@ };

{
"name": "@aws-sdk/credential-provider-web-identity",
"version": "3.292.0",
"version": "3.295.0",
"description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",

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

"dependencies": {
"@aws-sdk/property-provider": "3.292.0",
"@aws-sdk/types": "3.292.0",
"tslib": "^2.3.1"
"@aws-sdk/property-provider": "3.295.0",
"@aws-sdk/types": "3.295.0",
"tslib": "^2.5.0"
},

@@ -47,3 +47,3 @@ "devDependencies": {

"typedoc": "0.23.23",
"typescript": "~4.6.2"
"typescript": "~4.9.5"
},

@@ -50,0 +50,0 @@ "types": "./dist-types/index.d.ts",

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