@types/koa-send
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -32,3 +32,3 @@ // Type definitions for koa-send 4.1 | ||
/** Name of the index file to serve automatically when visiting the root location. (defaults to none) */ | ||
index?: string; | ||
index?: string | false; | ||
/** Try to serve the gzipped version of a file automatically when gzip is supported by a client and if the requested file with .gz extension exists. (defaults to true). */ | ||
@@ -35,0 +35,0 @@ gzip?: boolean; |
{ | ||
"name": "@types/koa-send", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "TypeScript definitions for koa-send", | ||
@@ -27,4 +27,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "89dd2ea4fbd9d51fd2df962c5f6712fa8c4b60c7021aead9a26b0293df95e130", | ||
"typesPublisherContentHash": "5a33d81fb645d28975668b4f1a64ddda71ea260b50d29408f76433057466f3d9", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 06 Dec 2017 20:09:40 GMT | ||
* Last updated: Thu, 28 Dec 2017 19:26:51 GMT | ||
* Dependencies: koa, fs | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
4649