Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/types

Package Overview
Dependencies
Maintainers
5
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/types - npm Package Compare versions

Comparing version 3.664.0 to 3.667.0

7

dist-types/feature-ids.d.ts

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

SIGV4A_SIGNING: "S";
RESOLVED_ACCOUNT_ID: "T";
FLEXIBLE_CHECKSUMS_REQ_CRC32: "U";

@@ -33,2 +32,8 @@ FLEXIBLE_CHECKSUMS_REQ_CRC32C: "V";

DDB_MAPPER: "d";
}> & AwsSdkCredentialsFeatures;
/**
* @internal
*/
export type AwsSdkCredentialsFeatures = Partial<{
RESOLVED_ACCOUNT_ID: "T";
CREDENTIALS_CODE: "e";

@@ -35,0 +40,0 @@ CREDENTIALS_ENV_VARS: "g";

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

import type { AwsCredentialIdentity } from "@smithy/types";
import type { AwsSdkCredentialsFeatures } from "../feature-ids";
export { AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
export type AttributedAwsCredentialIdentity = AwsCredentialIdentity & {
$source?: AwsSdkCredentialsFeatures;
};

5

dist-types/ts3.4/feature-ids.d.ts

@@ -18,3 +18,2 @@ export type AwsSdkFeatures = Partial<{

SIGV4A_SIGNING: "S";
RESOLVED_ACCOUNT_ID: "T";
FLEXIBLE_CHECKSUMS_REQ_CRC32: "U";

@@ -30,2 +29,6 @@ FLEXIBLE_CHECKSUMS_REQ_CRC32C: "V";

DDB_MAPPER: "d";
}> &
AwsSdkCredentialsFeatures;
export type AwsSdkCredentialsFeatures = Partial<{
RESOLVED_ACCOUNT_ID: "T";
CREDENTIALS_CODE: "e";

@@ -32,0 +35,0 @@ CREDENTIALS_ENV_VARS: "g";

@@ -0,1 +1,3 @@

import { AwsCredentialIdentity } from "@smithy/types";
import { AwsSdkCredentialsFeatures } from "../feature-ids";
export {

@@ -5,1 +7,4 @@ AwsCredentialIdentity,

} from "@smithy/types";
export type AttributedAwsCredentialIdentity = AwsCredentialIdentity & {
$source?: AwsSdkCredentialsFeatures;
};
{
"name": "@aws-sdk/types",
"version": "3.664.0",
"version": "3.667.0",
"main": "./dist-cjs/index.js",

@@ -5,0 +5,0 @@ "module": "./dist-es/index.js",

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