Socket
Socket
Sign inDemoInstall

@aws-sdk/middleware-eventstream

Package Overview
Dependencies
4
Maintainers
5
Versions
142
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.357.0 to 3.363.0

2

dist-cjs/eventStreamHandlingMiddleware.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.eventStreamHandlingMiddlewareOptions = exports.eventStreamHandlingMiddleware = void 0;
const protocol_http_1 = require("@aws-sdk/protocol-http");
const protocol_http_1 = require("@smithy/protocol-http");
const eventStreamHandlingMiddleware = (options) => (next, context) => async (args) => {

@@ -6,0 +6,0 @@ const { request } = args;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.eventStreamHeaderMiddlewareOptions = exports.eventStreamHeaderMiddleware = void 0;
const protocol_http_1 = require("@aws-sdk/protocol-http");
const protocol_http_1 = require("@smithy/protocol-http");
const eventStreamHeaderMiddleware = (next) => async (args) => {

@@ -6,0 +6,0 @@ const { request } = args;

@@ -1,2 +0,2 @@

import { HttpRequest } from "@aws-sdk/protocol-http";
import { HttpRequest } from "@smithy/protocol-http";
export const eventStreamHandlingMiddleware = (options) => (next, context) => async (args) => {

@@ -3,0 +3,0 @@ const { request } = args;

@@ -1,2 +0,2 @@

import { HttpRequest } from "@aws-sdk/protocol-http";
import { HttpRequest } from "@smithy/protocol-http";
export const eventStreamHeaderMiddleware = (next) => async (args) => {

@@ -3,0 +3,0 @@ const { request } = args;

@@ -1,2 +0,2 @@

import { Decoder, Encoder, EventSigner, EventStreamPayloadHandler, EventStreamPayloadHandlerProvider } from "@aws-sdk/types";
import { Decoder, Encoder, EventSigner, EventStreamPayloadHandler, EventStreamPayloadHandlerProvider } from "@smithy/types";
export interface EventStreamInputConfig {

@@ -3,0 +3,0 @@ }

@@ -1,4 +0,4 @@

import { FinalizeRequestMiddleware, RelativeMiddlewareOptions } from "@aws-sdk/types";
import { FinalizeRequestMiddleware, RelativeMiddlewareOptions } from "@smithy/types";
import { EventStreamResolvedConfig } from "./eventStreamConfiguration";
export declare const eventStreamHandlingMiddleware: (options: EventStreamResolvedConfig) => FinalizeRequestMiddleware<any, any>;
export declare const eventStreamHandlingMiddlewareOptions: RelativeMiddlewareOptions;

@@ -1,3 +0,3 @@

import { BuildHandlerOptions, BuildMiddleware } from "@aws-sdk/types";
import { BuildHandlerOptions, BuildMiddleware } from "@smithy/types";
export declare const eventStreamHeaderMiddleware: BuildMiddleware<any, any>;
export declare const eventStreamHeaderMiddlewareOptions: BuildHandlerOptions;

@@ -1,3 +0,3 @@

import { Pluggable } from "@aws-sdk/types";
import { Pluggable } from "@smithy/types";
import { EventStreamResolvedConfig } from "./eventStreamConfiguration";
export declare const getEventStreamPlugin: (options: EventStreamResolvedConfig) => Pluggable<any, any>;

@@ -7,3 +7,3 @@ import {

EventStreamPayloadHandlerProvider,
} from "@aws-sdk/types";
} from "@smithy/types";
export interface EventStreamInputConfig {}

@@ -10,0 +10,0 @@ export type EventStreamResolvedConfig = {

import {
FinalizeRequestMiddleware,
RelativeMiddlewareOptions,
} from "@aws-sdk/types";
} from "@smithy/types";
import { EventStreamResolvedConfig } from "./eventStreamConfiguration";

@@ -6,0 +6,0 @@ export declare const eventStreamHandlingMiddleware: (

@@ -1,3 +0,3 @@

import { BuildHandlerOptions, BuildMiddleware } from "@aws-sdk/types";
import { BuildHandlerOptions, BuildMiddleware } from "@smithy/types";
export declare const eventStreamHeaderMiddleware: BuildMiddleware<any, any>;
export declare const eventStreamHeaderMiddlewareOptions: BuildHandlerOptions;

@@ -1,2 +0,2 @@

import { Pluggable } from "@aws-sdk/types";
import { Pluggable } from "@smithy/types";
import { EventStreamResolvedConfig } from "./eventStreamConfiguration";

@@ -3,0 +3,0 @@ export declare const getEventStreamPlugin: (

{
"name": "@aws-sdk/middleware-eventstream",
"version": "3.357.0",
"version": "3.363.0",
"scripts": {

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

"dependencies": {
"@aws-sdk/protocol-http": "3.357.0",
"@aws-sdk/types": "3.357.0",
"@smithy/protocol-http": "^1.1.0",
"@smithy/types": "^1.1.0",
"tslib": "^2.5.0"

@@ -28,0 +29,0 @@ },

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