Socket
Socket
Sign inDemoInstall

@smithy/smithy-client

Package Overview
Dependencies
Maintainers
2
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smithy/smithy-client - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

dist-types/client.d.ts
import { Client as IClient, Command, MetadataBearer, MiddlewareStack, RequestHandler } from "@smithy/types";
/**
* @internal
* @public
*/

@@ -5,0 +5,0 @@ export interface SmithyConfiguration<HandlerOptions> {

@@ -14,3 +14,3 @@ /**

*
* @default "legacy"
* @defaultValue "legacy"
*/

@@ -17,0 +17,0 @@ export type DefaultsMode = "standard" | "in-region" | "cross-region" | "mobile" | "auto" | "legacy";

import { Client as IClient, Command, MetadataBearer, MiddlewareStack, RequestHandler } from "@smithy/types";
/**
* @internal
* @public
*/

@@ -5,0 +5,0 @@ export interface SmithyConfiguration<HandlerOptions> {

@@ -14,3 +14,3 @@ /**

*
* @default "legacy"
* @defaultValue "legacy"
*/

@@ -17,0 +17,0 @@ export type DefaultsMode = "standard" | "in-region" | "cross-region" | "mobile" | "auto" | "legacy";

{
"name": "@smithy/smithy-client",
"version": "2.0.1",
"version": "2.0.2",
"scripts": {

@@ -27,4 +27,4 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",

"@smithy/middleware-stack": "^2.0.0",
"@smithy/types": "^2.0.2",
"@smithy/util-stream": "^2.0.1",
"@smithy/types": "^2.1.0",
"@smithy/util-stream": "^2.0.2",
"tslib": "^2.5.0"

@@ -31,0 +31,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc