Socket
Socket
Sign inDemoInstall

@aws-sdk/middleware-eventstream

Package Overview
Dependencies
3
Maintainers
5
Versions
144
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.292.0 to 3.295.0

2

dist-types/configuration.d.ts
import { Decoder, Encoder, EventSigner, EventStreamPayloadHandler, EventStreamPayloadHandlerProvider } from "@aws-sdk/types";
export interface EventStreamInputConfig {
}
export declare type EventStreamResolvedConfig = {
export type EventStreamResolvedConfig = {
/**

@@ -6,0 +6,0 @@ * A signer that signs the event of a event stream

@@ -9,3 +9,3 @@ import {

export interface EventStreamInputConfig {}
export declare type EventStreamResolvedConfig = {
export type EventStreamResolvedConfig = {
eventSigner: EventSigner;

@@ -12,0 +12,0 @@ eventStreamPayloadHandler: EventStreamPayloadHandler;

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

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

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

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

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

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

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