Socket
Socket
Sign inDemoInstall

@loopback/http-server

Package Overview
Dependencies
Maintainers
7
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 1.4.17 to 1.4.18

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.4.18](https://github.com/strongloop/loopback-next/compare/@loopback/http-server@1.4.17...@loopback/http-server@1.4.18) (2019-11-12)
**Note:** Version bump only for package @loopback/http-server
## [1.4.17](https://github.com/strongloop/loopback-next/compare/@loopback/http-server@1.4.16...@loopback/http-server@1.4.17) (2019-10-24)

@@ -8,0 +16,0 @@

12

dist/http-server.d.ts

@@ -57,23 +57,23 @@ /// <reference types="node" />

*/
readonly protocol: HttpProtocol;
get protocol(): HttpProtocol;
/**
* Port number of the HTTP / HTTPS server
*/
readonly port: number;
get port(): number;
/**
* Host of the HTTP / HTTPS server
*/
readonly host: string | undefined;
get host(): string | undefined;
/**
* URL of the HTTP / HTTPS server
*/
readonly url: string;
get url(): string;
/**
* State of the HTTP / HTTPS server
*/
readonly listening: boolean;
get listening(): boolean;
/**
* Address of the HTTP / HTTPS server
*/
readonly address: string | AddressInfo | undefined;
get address(): string | AddressInfo | undefined;
}
{
"name": "@loopback/http-server",
"version": "1.4.17",
"version": "1.4.18",
"description": "A wrapper for creating HTTP/HTTPS servers",

@@ -22,7 +22,7 @@ "engines": {

"devDependencies": {
"@loopback/build": "^2.0.15",
"@loopback/core": "^1.10.6",
"@loopback/eslint-config": "^4.1.3",
"@loopback/testlab": "^1.9.3",
"@types/node": "^10.17.0"
"@loopback/build": "^2.0.16",
"@loopback/core": "^1.10.7",
"@loopback/eslint-config": "^4.1.4",
"@loopback/testlab": "^1.9.4",
"@types/node": "^10.17.5"
},

@@ -45,3 +45,3 @@ "files": [

},
"gitHead": "d7c3cb9d7bd3215bfc6e6ed996416bbb8e3163d3"
"gitHead": "7f0ae6ec124c19357c3016cd11f9bc9c739dffcb"
}
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