Socket
Socket
Sign inDemoInstall

@aws-sdk/property-provider

Package Overview
Dependencies
Maintainers
5
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/property-provider - npm Package Compare versions

Comparing version 3.296.0 to 3.303.0

2

dist-types/chain.d.ts
import { Provider } from "@aws-sdk/types";
/**
* @internal
*
* Compose a single credential provider function from multiple credential

@@ -4,0 +6,0 @@ * providers. The first provider in the argument list will always be invoked;

import { ProviderError } from "./ProviderError";
/**
* @internal
*
* An error representing a failure of an individual credential provider.

@@ -4,0 +6,0 @@ *

import { Provider } from "@aws-sdk/types";
/**
* @internal
*/
export declare const fromStatic: <T>(staticValue: T) => Provider<T>;

@@ -0,6 +1,24 @@

/**
* @internal
*/
export * from "./CredentialsProviderError";
/**
* @internal
*/
export * from "./ProviderError";
/**
* @internal
*/
export * from "./TokenProviderError";
/**
* @internal
*/
export * from "./chain";
/**
* @internal
*/
export * from "./fromStatic";
/**
* @internal
*/
export * from "./memoize";

@@ -36,3 +36,6 @@ import { MemoizedProvider, Provider } from "@aws-sdk/types";

}
/**
* @internal
*/
export declare const memoize: MemoizeOverload;
export {};
/**
* @internal
*
* An error representing a failure of an individual provider.

@@ -3,0 +5,0 @@ *

import { ProviderError } from "./ProviderError";
/**
* @internal
*
* An error representing a failure of an individual token provider.

@@ -4,0 +6,0 @@ *

4

package.json
{
"name": "@aws-sdk/property-provider",
"version": "3.296.0",
"version": "3.303.0",
"scripts": {

@@ -23,3 +23,3 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"dependencies": {
"@aws-sdk/types": "3.296.0",
"@aws-sdk/types": "3.303.0",
"tslib": "^2.5.0"

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