@types/compression
Advanced tools
Comparing version 1.7.0 to 1.7.1
@@ -77,3 +77,3 @@ // Type definitions for compression 1.7 | ||
*/ | ||
chunkSize?: number; | ||
chunkSize?: number | undefined; | ||
@@ -91,3 +91,3 @@ /** | ||
*/ | ||
filter?: CompressionFilter; | ||
filter?: CompressionFilter | undefined; | ||
@@ -119,3 +119,3 @@ /** | ||
*/ | ||
level?: number; | ||
level?: number | undefined; | ||
@@ -130,3 +130,3 @@ /** | ||
*/ | ||
memLevel?: number; | ||
memLevel?: number | undefined; | ||
@@ -149,3 +149,3 @@ /** | ||
*/ | ||
strategy?: number; | ||
strategy?: number | undefined; | ||
@@ -163,3 +163,3 @@ /** | ||
*/ | ||
threshold?: number | string; | ||
threshold?: number | string | undefined; | ||
@@ -170,3 +170,3 @@ /** | ||
*/ | ||
windowBits?: number; | ||
windowBits?: number | undefined; | ||
/** | ||
@@ -173,0 +173,0 @@ * In addition , `zlib` options may be passed in to the options object. |
{ | ||
"name": "@types/compression", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "TypeScript definitions for compression", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/compression", | ||
"license": "MIT", | ||
@@ -39,4 +40,4 @@ "contributors": [ | ||
}, | ||
"typesPublisherContentHash": "895e65ff68cfb7837d5b15a9741de8c3047f707bebaacea6933207a5ce09fa82", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "53ee94cad77efa07b7974348167c687985bd1314af08330f9828b01131fc5e69", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 07 Feb 2020 22:12:30 GMT | ||
* Last updated: Tue, 06 Jul 2021 18:05:58 GMT | ||
* Dependencies: [@types/express](https://npmjs.com/package/@types/express) | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Santi Albo (https://github.com/santialbo), Rob van der Burgt (https://github.com/rburgt), Neil Bryson Cargamento (https://github.com/neilbryson), and Piotr Błażejewicz (https://github.com/peterblazejewicz). | ||
These definitions were written by [Santi Albo](https://github.com/santialbo), [Rob van der Burgt](https://github.com/rburgt), [Neil Bryson Cargamento](https://github.com/neilbryson), and [Piotr Błażejewicz](https://github.com/peterblazejewicz). |
Sorry, the diff of this file is not supported yet
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
11384
0