Socket
Socket
Sign inDemoInstall

@aws-sdk/types

Package Overview
Dependencies
1
Maintainers
5
Versions
142
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.289.0 to 3.290.0

6

dist-types/http.d.ts

@@ -43,2 +43,4 @@ import { AbortSignal } from "./abort";

* the SDK will not deterministically select which header candidate to use.
*
* @deprecated Replaced by implementation Fields in @aws-sdk/protocol-http.
*/

@@ -51,2 +53,4 @@ export declare type HeaderBag = Record<string, string>;

* body. bode: ArrayBuffer | ArrayBufferView | string | Uint8Array | Readable | ReadableStream;
*
* @deprecated Replaced by implementation HttpRequest/HttpResponse in @aws-sdk/protocol-http.
*/

@@ -82,2 +86,4 @@ export interface HttpMessage {

* addressing information in addition to standard message properties.
*
* @deprecated Replaced by implementation HttpRequest in @aws-sdk/protocol-http.
*/

@@ -84,0 +90,0 @@ export interface HttpRequest extends HttpMessage, Endpoint {

2

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc