Socket
Socket
Sign inDemoInstall

@loopback/http-server

Package Overview
Dependencies
Maintainers
10
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loopback/http-server - npm Package Compare versions

Comparing version 4.0.5 to 4.0.6

8

dist/http-server.d.ts

@@ -10,3 +10,3 @@ /// <reference types="node" />

*/
export declare type RequestListener = (req: IncomingMessage, res: ServerResponse) => void;
export type RequestListener = (req: IncomingMessage, res: ServerResponse) => void;
/**

@@ -17,3 +17,3 @@ * The following are for configuring properties which are directly set on

*/
export declare type HttpServerProperties = Pick<Server, 'keepAliveTimeout' | 'headersTimeout' | 'maxConnections' | 'maxHeadersCount' | 'timeout'>;
export type HttpServerProperties = Pick<Server, 'keepAliveTimeout' | 'headersTimeout' | 'maxConnections' | 'maxHeadersCount' | 'timeout'>;
/**

@@ -53,3 +53,3 @@ * Base options that are common to http and https servers

*/
export declare type HttpServerOptions = HttpOptions | HttpsOptions;
export type HttpServerOptions = HttpOptions | HttpsOptions;
/**

@@ -59,3 +59,3 @@ * Supported protocols

*/
export declare type HttpProtocol = 'http' | 'https';
export type HttpProtocol = 'http' | 'https';
/**

@@ -62,0 +62,0 @@ * HTTP / HTTPS server used by LoopBack's RestServer

{
"name": "@loopback/http-server",
"description": "A wrapper for creating HTTP/HTTPS servers",
"version": "4.0.5",
"version": "4.0.6",
"license": "MIT",

@@ -40,11 +40,11 @@ "main": "dist/index.js",

"devDependencies": {
"@loopback/build": "^9.0.5",
"@loopback/core": "^4.0.5",
"@loopback/eslint-config": "^13.0.5",
"@loopback/testlab": "^5.0.5",
"@loopback/build": "^9.0.6",
"@loopback/core": "^4.0.6",
"@loopback/eslint-config": "^13.0.6",
"@loopback/testlab": "^5.0.6",
"@types/debug": "^4.1.7",
"@types/node": "^14.18.33",
"@types/node": "^14.18.34",
"@types/stoppable": "^1.1.1"
},
"gitHead": "2d762e2a1bcc73263dd7776e072b3ec3a9279472"
"gitHead": "709a5ecd1ffddeb02262cecabf7b663c7b4d7e47"
}
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