Socket
Socket
Sign inDemoInstall

@aws-sdk/types

Package Overview
Dependencies
Maintainers
5
Versions
145
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.222.0 to 3.224.0

7

dist-types/middleware.d.ts

@@ -346,2 +346,9 @@ import { AuthScheme } from "./auth";

authSchemes?: AuthScheme[];
/**
* Used by DynamoDbDocumentClient.
*/
dynamoDbDocumentClientOptions?: Partial<{
overrideInputFilterSensitiveLog(...args: any[]): string | void;
overrideOutputFilterSensitiveLog(...args: any[]): string | void;
}>;
[key: string]: any;

@@ -348,0 +355,0 @@ }

4

dist-types/ts3.4/middleware.d.ts

@@ -205,2 +205,6 @@ import { AuthScheme } from "./auth";

authSchemes?: AuthScheme[];
dynamoDbDocumentClientOptions?: Partial<{
overrideInputFilterSensitiveLog(...args: any[]): string | void;
overrideOutputFilterSensitiveLog(...args: any[]): string | void;
}>;
[key: string]: any;

@@ -207,0 +211,0 @@ }

2

package.json
{
"name": "@aws-sdk/types",
"version": "3.222.0",
"version": "3.224.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