Socket
Socket
Sign inDemoInstall

@smithy/protocol-http

Package Overview
Dependencies
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smithy/protocol-http - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

2

dist-types/httpHandler.d.ts

@@ -7,3 +7,3 @@ import { HttpHandlerOptions, RequestHandler } from "@smithy/types";

*/
export type HttpHandler<HttpHandlerConfig> = RequestHandler<HttpRequest, HttpResponse, HttpHandlerOptions> & {
export type HttpHandler<HttpHandlerConfig extends object = Record<string, unknown>> = RequestHandler<HttpRequest, HttpResponse, HttpHandlerOptions> & {
/**

@@ -10,0 +10,0 @@ * @internal

@@ -7,3 +7,3 @@ import { HttpHandlerOptions, RequestHandler } from "@smithy/types";

*/
export type HttpHandler<HttpHandlerConfig> = RequestHandler<HttpRequest, HttpResponse, HttpHandlerOptions> & {
export type HttpHandler<HttpHandlerConfig extends object = Record<string, unknown>> = RequestHandler<HttpRequest, HttpResponse, HttpHandlerOptions> & {
/**

@@ -10,0 +10,0 @@ * @internal

{
"name": "@smithy/protocol-http",
"version": "3.0.0",
"version": "3.0.1",
"scripts": {

@@ -5,0 +5,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",

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