Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@smithy/types

Package Overview
Dependencies
Maintainers
3
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smithy/types - npm Package Compare versions

Comparing version
4.9.0
to
4.10.0
+7
-0
dist-types/schema/schema-deprecated.d.ts

@@ -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'",