Socket
Socket
Sign inDemoInstall

@aws-sdk/middleware-serde

Package Overview
Dependencies
Maintainers
5
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 3.292.0 to 3.295.0

2

dist-types/serdePlugin.d.ts
import { DeserializeHandlerOptions, Endpoint, EndpointBearer, MetadataBearer, Pluggable, Provider, RequestSerializer, ResponseDeserializer, SerializeHandlerOptions, UrlParser } from "@aws-sdk/types";
export declare const deserializerMiddlewareOption: DeserializeHandlerOptions;
export declare const serializerMiddlewareOption: SerializeHandlerOptions;
export declare type V1OrV2Endpoint = {
export type V1OrV2Endpoint = {
urlParser?: UrlParser;

@@ -6,0 +6,0 @@ endpoint?: Provider<Endpoint>;

@@ -15,3 +15,3 @@ import {

export declare const serializerMiddlewareOption: SerializeHandlerOptions;
export declare type V1OrV2Endpoint = {
export type V1OrV2Endpoint = {
urlParser?: UrlParser;

@@ -18,0 +18,0 @@ endpoint?: Provider<Endpoint>;

{
"name": "@aws-sdk/middleware-serde",
"version": "3.292.0",
"version": "3.295.0",
"scripts": {

@@ -23,4 +23,4 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

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

@@ -52,3 +52,3 @@ "engines": {

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

@@ -55,0 +55,0 @@ "typedoc": {

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