Socket
Socket
Sign inDemoInstall

@aws-sdk/middleware-stack

Package Overview
Dependencies
Maintainers
5
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/middleware-stack - npm Package Compare versions

Comparing version 3.292.0 to 3.295.0

4

dist-types/ts3.4/types.d.ts

@@ -26,3 +26,3 @@ import {

RelativeLocation {}
export declare type Normalized<
export type Normalized<
T extends MiddlewareEntry<Input, Output>,

@@ -45,5 +45,5 @@ Input extends object = {},

}
export declare type NamedMiddlewareEntriesMap<
export type NamedMiddlewareEntriesMap<
Input extends object,
Output extends object
> = Record<string, MiddlewareEntry<Input, Output>>;

@@ -11,3 +11,3 @@ import { AbsoluteLocation, HandlerOptions, MiddlewareType, Priority, RelativeLocation, Step } from "@aws-sdk/types";

}
export declare type Normalized<T extends MiddlewareEntry<Input, Output>, Input extends object = {}, Output extends object = {}> = T & {
export type Normalized<T extends MiddlewareEntry<Input, Output>, Input extends object = {}, Output extends object = {}> = T & {
after: Normalized<RelativeMiddlewareEntry<Input, Output>, Input, Output>[];

@@ -23,2 +23,2 @@ before: Normalized<RelativeMiddlewareEntry<Input, Output>, Input, Output>[];

}
export declare type NamedMiddlewareEntriesMap<Input extends object, Output extends object> = Record<string, MiddlewareEntry<Input, Output>>;
export type NamedMiddlewareEntriesMap<Input extends object, Output extends object> = Record<string, MiddlewareEntry<Input, Output>>;
{
"name": "@aws-sdk/middleware-stack",
"version": "3.292.0",
"version": "3.295.0",
"description": "Provides a means for composing multiple middleware functions into a single handler",

@@ -25,6 +25,6 @@ "scripts": {

"dependencies": {
"tslib": "^2.3.1"
"tslib": "^2.5.0"
},
"devDependencies": {
"@aws-sdk/types": "3.292.0",
"@aws-sdk/types": "3.295.0",
"@tsconfig/recommended": "1.0.1",

@@ -35,3 +35,3 @@ "concurrently": "7.0.0",

"typedoc": "0.23.23",
"typescript": "~4.6.2"
"typescript": "~4.9.5"
},

@@ -38,0 +38,0 @@ "engines": {

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