@types/express-serve-static-core
Advanced tools
Comparing version
@@ -563,3 +563,3 @@ // This extracts the core definitions from express to prevent a circular dependency between express and serve-static | ||
*/ | ||
protocol: string; | ||
readonly protocol: string; | ||
@@ -571,3 +571,3 @@ /** | ||
*/ | ||
secure: boolean; | ||
readonly secure: boolean; | ||
@@ -582,3 +582,3 @@ /** | ||
*/ | ||
ip: string | undefined; | ||
readonly ip: string | undefined; | ||
@@ -593,3 +593,3 @@ /** | ||
*/ | ||
ips: string[]; | ||
readonly ips: string[]; | ||
@@ -607,3 +607,3 @@ /** | ||
*/ | ||
subdomains: string[]; | ||
readonly subdomains: string[]; | ||
@@ -613,3 +613,3 @@ /** | ||
*/ | ||
path: string; | ||
readonly path: string; | ||
@@ -619,3 +619,3 @@ /** | ||
*/ | ||
hostname: string; | ||
readonly hostname: string; | ||
@@ -625,3 +625,3 @@ /** | ||
*/ | ||
host: string; | ||
readonly host: string; | ||
@@ -633,3 +633,3 @@ /** | ||
*/ | ||
fresh: boolean; | ||
readonly fresh: boolean; | ||
@@ -641,3 +641,3 @@ /** | ||
*/ | ||
stale: boolean; | ||
readonly stale: boolean; | ||
@@ -647,3 +647,3 @@ /** | ||
*/ | ||
xhr: boolean; | ||
readonly xhr: boolean; | ||
@@ -650,0 +650,0 @@ // body: { username: string; password: string; remember: boolean; title: string; }; |
{ | ||
"name": "@types/express-serve-static-core", | ||
"version": "4.19.0", | ||
"version": "4.19.1", | ||
"description": "TypeScript definitions for express-serve-static-core", | ||
@@ -53,4 +53,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-serve-static-core", | ||
}, | ||
"typesPublisherContentHash": "a69ff76a4af51a72b9c21aef5507a22ae657992a35a887436806eeedff4c5348", | ||
"typesPublisherContentHash": "a2675271698531b5c0a794fd29a9ae4e62d231058d59c57312f67b44c1fe73c4", | ||
"typeScriptVersion": "4.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 04 Apr 2024 22:35:44 GMT | ||
* Last updated: Tue, 21 May 2024 20:08:08 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [@types/qs](https://npmjs.com/package/@types/qs), [@types/range-parser](https://npmjs.com/package/@types/range-parser), [@types/send](https://npmjs.com/package/@types/send) | ||
@@ -14,0 +14,0 @@ |
46136
0.22%