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

@aws-sdk/client-dynamodb

Package Overview
Dependencies
Maintainers
5
Versions
438
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-dynamodb - npm Package Compare versions

Comparing version 3.614.0 to 3.616.0

10

dist-es/DynamoDBClient.js

@@ -24,5 +24,5 @@ import { resolveEndpointDiscoveryConfig, } from "@aws-sdk/middleware-endpoint-discovery";

const _config_3 = resolveEndpointConfig(_config_2);
const _config_4 = resolveRetryConfig(_config_3);
const _config_5 = resolveHostHeaderConfig(_config_4);
const _config_6 = resolveUserAgentConfig(_config_5);
const _config_4 = resolveHostHeaderConfig(_config_3);
const _config_5 = resolveUserAgentConfig(_config_4);
const _config_6 = resolveRetryConfig(_config_5);
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);

@@ -35,4 +35,2 @@ const _config_8 = resolveEndpointDiscoveryConfig(_config_7, {

this.config = _config_9;
this.middlewareStack.use(getRetryPlugin(this.config));
this.middlewareStack.use(getContentLengthPlugin(this.config));
this.middlewareStack.use(getHostHeaderPlugin(this.config));

@@ -42,2 +40,4 @@ this.middlewareStack.use(getLoggerPlugin(this.config));

this.middlewareStack.use(getUserAgentPlugin(this.config));
this.middlewareStack.use(getRetryPlugin(this.config));
this.middlewareStack.use(getContentLengthPlugin(this.config));
this.middlewareStack.use(getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {

@@ -44,0 +44,0 @@ httpAuthSchemeParametersProvider: this.getDefaultHttpAuthSchemeParametersProvider(),

@@ -198,3 +198,3 @@ import { EndpointDiscoveryInputConfig, EndpointDiscoveryResolvedConfig } from "@aws-sdk/middleware-endpoint-discovery";

*/
export type DynamoDBClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & UserAgentInputConfig & HttpAuthSchemeInputConfig & EndpointDiscoveryInputConfig & ClientInputEndpointParameters;
export type DynamoDBClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & HostHeaderInputConfig & UserAgentInputConfig & RetryInputConfig & HttpAuthSchemeInputConfig & EndpointDiscoveryInputConfig & ClientInputEndpointParameters;
/**

@@ -210,3 +210,3 @@ * @public

*/
export type DynamoDBClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & UserAgentResolvedConfig & HttpAuthSchemeResolvedConfig & EndpointDiscoveryResolvedConfig & ClientResolvedEndpointParameters;
export type DynamoDBClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & HostHeaderResolvedConfig & UserAgentResolvedConfig & RetryResolvedConfig & HttpAuthSchemeResolvedConfig & EndpointDiscoveryResolvedConfig & ClientResolvedEndpointParameters;
/**

@@ -213,0 +213,0 @@ * @public

@@ -36,4 +36,4 @@ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";

tls?: boolean | undefined;
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];

@@ -40,0 +40,0 @@ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DynamoDBHttpAuthSchemeProvider;

@@ -36,4 +36,4 @@ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";

tls?: boolean | undefined;
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];

@@ -40,0 +40,0 @@ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DynamoDBHttpAuthSchemeProvider;

@@ -35,4 +35,4 @@ import { DynamoDBClientConfig } from "./DynamoDBClient";

tls?: boolean | undefined;
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];

@@ -39,0 +39,0 @@ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DynamoDBHttpAuthSchemeProvider;

@@ -429,5 +429,5 @@ import {

EndpointInputConfig<EndpointParameters> &
RetryInputConfig &
HostHeaderInputConfig &
UserAgentInputConfig &
RetryInputConfig &
HttpAuthSchemeInputConfig &

@@ -443,5 +443,5 @@ EndpointDiscoveryInputConfig &

EndpointResolvedConfig<EndpointParameters> &
RetryResolvedConfig &
HostHeaderResolvedConfig &
UserAgentResolvedConfig &
RetryResolvedConfig &
HttpAuthSchemeResolvedConfig &

@@ -448,0 +448,0 @@ EndpointDiscoveryResolvedConfig &

@@ -62,2 +62,3 @@ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";

tls?: boolean | undefined;
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
retryStrategy?:

@@ -67,3 +68,2 @@ | import("@smithy/types").RetryStrategy

| undefined;
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];

@@ -70,0 +70,0 @@ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DynamoDBHttpAuthSchemeProvider;

@@ -66,2 +66,3 @@ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";

tls?: boolean | undefined;
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
retryStrategy?:

@@ -71,3 +72,2 @@ | import("@smithy/types").RetryStrategy

| undefined;
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];

@@ -74,0 +74,0 @@ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DynamoDBHttpAuthSchemeProvider;

@@ -56,2 +56,3 @@ import { DynamoDBClientConfig } from "./DynamoDBClient";

tls?: boolean | undefined;
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
retryStrategy?:

@@ -61,3 +62,2 @@ | import("@smithy/types").RetryStrategy

| undefined;
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];

@@ -64,0 +64,0 @@ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DynamoDBHttpAuthSchemeProvider;

{
"name": "@aws-sdk/client-dynamodb",
"description": "AWS SDK for JavaScript Dynamodb Client for Node.js, Browser and React Native",
"version": "3.614.0",
"version": "3.616.0",
"scripts": {

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

"@aws-crypto/sha256-js": "5.2.0",
"@aws-sdk/client-sso-oidc": "3.614.0",
"@aws-sdk/client-sts": "3.614.0",
"@aws-sdk/core": "3.614.0",
"@aws-sdk/credential-provider-node": "3.614.0",
"@aws-sdk/middleware-endpoint-discovery": "3.614.0",
"@aws-sdk/middleware-host-header": "3.609.0",
"@aws-sdk/client-sso-oidc": "3.616.0",
"@aws-sdk/client-sts": "3.616.0",
"@aws-sdk/core": "3.616.0",
"@aws-sdk/credential-provider-node": "3.616.0",
"@aws-sdk/middleware-endpoint-discovery": "3.616.0",
"@aws-sdk/middleware-host-header": "3.616.0",
"@aws-sdk/middleware-logger": "3.609.0",
"@aws-sdk/middleware-recursion-detection": "3.609.0",
"@aws-sdk/middleware-user-agent": "3.614.0",
"@aws-sdk/middleware-recursion-detection": "3.616.0",
"@aws-sdk/middleware-user-agent": "3.616.0",
"@aws-sdk/region-config-resolver": "3.614.0",

@@ -39,15 +39,15 @@ "@aws-sdk/types": "3.609.0",

"@smithy/config-resolver": "^3.0.5",
"@smithy/core": "^2.2.6",
"@smithy/fetch-http-handler": "^3.2.1",
"@smithy/core": "^2.2.7",
"@smithy/fetch-http-handler": "^3.2.2",
"@smithy/hash-node": "^3.0.3",
"@smithy/invalid-dependency": "^3.0.3",
"@smithy/middleware-content-length": "^3.0.3",
"@smithy/middleware-content-length": "^3.0.4",
"@smithy/middleware-endpoint": "^3.0.5",
"@smithy/middleware-retry": "^3.0.9",
"@smithy/middleware-retry": "^3.0.10",
"@smithy/middleware-serde": "^3.0.3",
"@smithy/middleware-stack": "^3.0.3",
"@smithy/node-config-provider": "^3.1.4",
"@smithy/node-http-handler": "^3.1.2",
"@smithy/protocol-http": "^4.0.3",
"@smithy/smithy-client": "^3.1.7",
"@smithy/node-http-handler": "^3.1.3",
"@smithy/protocol-http": "^4.0.4",
"@smithy/smithy-client": "^3.1.8",
"@smithy/types": "^3.3.0",

@@ -58,4 +58,4 @@ "@smithy/url-parser": "^3.0.3",

"@smithy/util-body-length-node": "^3.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.9",
"@smithy/util-defaults-mode-node": "^3.0.9",
"@smithy/util-defaults-mode-browser": "^3.0.10",
"@smithy/util-defaults-mode-node": "^3.0.10",
"@smithy/util-endpoints": "^2.0.5",

@@ -62,0 +62,0 @@ "@smithy/util-middleware": "^3.0.3",

Sorry, the diff of this file is too big to display

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