@types/serve-static
Advanced tools
Comparing version 1.7.32 to 1.13.0
@@ -1,4 +0,5 @@ | ||
// Type definitions for serve-static 1.7.1 | ||
// Type definitions for serve-static 1.13 | ||
// Project: https://github.com/expressjs/serve-static | ||
// Definitions by: Uros Smolnik <https://github.com/urossmolnik> | ||
// Linus Unnebäck <https://github.com/LinusU> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -56,2 +57,8 @@ | ||
fallthrough?: boolean; | ||
/** | ||
* Enable or disable the immutable directive in the Cache-Control response header. | ||
* If enabled, the maxAge option should also be specified to enable caching. The immutable directive will prevent supported clients from making conditional requests during the life of the maxAge option to check if the file has changed. | ||
*/ | ||
immutable?: boolean; | ||
@@ -58,0 +65,0 @@ /** |
{ | ||
"name": "@types/serve-static", | ||
"version": "1.7.32", | ||
"version": "1.13.0", | ||
"description": "TypeScript definitions for serve-static", | ||
@@ -9,3 +9,9 @@ "license": "MIT", | ||
"name": "Uros Smolnik", | ||
"url": "https://github.com/urossmolnik" | ||
"url": "https://github.com/urossmolnik", | ||
"githubUsername": "urossmolnik" | ||
}, | ||
{ | ||
"name": "Linus Unnebäck", | ||
"url": "https://github.com/LinusU", | ||
"githubUsername": "LinusU" | ||
} | ||
@@ -23,4 +29,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "c0dac04127ff734150c992cc697e39e0374266604258bd6663a3c651531a9066", | ||
"typesPublisherContentHash": "ae0dc7ea3953f2124d01c6a9e6bf70ae53e9b95b4b77eb05a69c59f8912bb3be", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 21 Aug 2017 22:03:22 GMT | ||
* Last updated: Wed, 25 Oct 2017 18:50:12 GMT | ||
* Dependencies: express-serve-static-core, mime | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Uros Smolnik <https://github.com/urossmolnik>. | ||
These definitions were written by Uros Smolnik <https://github.com/urossmolnik>, Linus Unnebäck <https://github.com/LinusU>. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6982
80