Socket
Socket
Sign inDemoInstall

@aws-sdk/types

Package Overview
Dependencies
Maintainers
6
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/types - npm Package Compare versions

Comparing version 3.78.0 to 3.109.0

4

dist-types/eventStream.d.ts

@@ -65,5 +65,3 @@ import { HttpRequest } from "./http";

export interface EventStreamMarshaller {
deserialize: (body: any, deserializer: (input: {
[event: string]: Message;
}) => any) => AsyncIterable<any>;
deserialize: (body: any, deserializer: (input: Record<string, Message>) => any) => AsyncIterable<any>;
serialize: (input: AsyncIterable<any>, serializer: (event: any) => Message) => any;

@@ -70,0 +68,0 @@ }

@@ -1,6 +0,11 @@

export interface Profile {
export interface IniSection {
[key: string]: string | undefined;
}
/**
* @deprecated: Please use IniSection
*/
export interface Profile extends IniSection {
}
export interface ParsedIniData {
[key: string]: Profile;
[key: string]: IniSection;
}

@@ -7,0 +12,0 @@ export interface SharedConfigFiles {

@@ -59,5 +59,3 @@ import { HttpRequest } from "./http";

export interface EventStreamMarshaller {
deserialize: (body: any, deserializer: (input: {
[event: string]: Message;
}) => any) => AsyncIterable<any>;
deserialize: (body: any, deserializer: (input: Record<string, Message>) => any) => AsyncIterable<any>;
serialize: (input: AsyncIterable<any>, serializer: (event: any) => Message) => any;

@@ -64,0 +62,0 @@ }

@@ -1,6 +0,9 @@

export interface Profile {
export interface IniSection {
[key: string]: string | undefined;
}
export interface Profile extends IniSection {
}
export interface ParsedIniData {
[key: string]: Profile;
[key: string]: IniSection;
}

@@ -7,0 +10,0 @@ export interface SharedConfigFiles {

{
"name": "@aws-sdk/types",
"version": "3.78.0",
"version": "3.109.0",
"main": "./dist-cjs/index.js",

@@ -5,0 +5,0 @@ "module": "./dist-es/index.js",

Sorry, the diff of this file is too big to display

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