@smithy/types
Advanced tools
@@ -137,1 +137,8 @@ import type { EndpointV2 } from "../endpoint"; | ||
| } | ||
| /** | ||
| * @public | ||
| * @deprecated use $ClientProtocolCtor. | ||
| */ | ||
| export interface ClientProtocolCtor<Request, Response> { | ||
| new (args: any): ClientProtocol<Request, Response>; | ||
| } |
@@ -223,2 +223,8 @@ import type { EndpointV2 } from "../endpoint"; | ||
| /** | ||
| * @public | ||
| */ | ||
| export interface $ClientProtocolCtor<Request, Response> { | ||
| new (args: any): $ClientProtocol<Request, Response>; | ||
| } | ||
| /** | ||
| * Allows a protocol, codec, or serde utility to accept the serdeContext | ||
@@ -225,0 +231,0 @@ * from a client configuration or request/response handlerExecutionContext. |
@@ -143,1 +143,8 @@ import { EndpointV2 } from "../endpoint"; | ||
| } | ||
| /** | ||
| * @public | ||
| * @deprecated use $ClientProtocolCtor. | ||
| */ | ||
| export interface ClientProtocolCtor<Request, Response> { | ||
| new (args: any): ClientProtocol<Request, Response>; | ||
| } |
@@ -238,2 +238,8 @@ import { EndpointV2 } from "../endpoint"; | ||
| /** | ||
| * @public | ||
| */ | ||
| export interface $ClientProtocolCtor<Request, Response> { | ||
| new (args: any): $ClientProtocol<Request, Response>; | ||
| } | ||
| /** | ||
| * Allows a protocol, codec, or serde utility to accept the serdeContext | ||
@@ -240,0 +246,0 @@ * from a client configuration or request/response handlerExecutionContext. |
+1
-1
| { | ||
| "name": "@smithy/types", | ||
| "version": "4.9.0", | ||
| "version": "4.10.0", | ||
| "scripts": { | ||
@@ -5,0 +5,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'", |
Network access
Supply chain riskThis module accesses the network.
Found 3 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 3 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
277382
0.23%8154
0.32%