@types/compression
Advanced tools
Comparing version 1.7.1 to 1.7.2
@@ -74,3 +74,3 @@ // Type definitions for compression 1.7 | ||
* @default zlib.constants.Z_DEFAULT_CHUNK or 16384 | ||
* @see {@link http://nodejs.org/api/zlib.html#zlib_memory_usage_tuning| Node.js documentation} | ||
* @see {@link https://nodejs.org/api/zlib.html#zlib_memory_usage_tuning| Node.js documentation} | ||
* @see {@link https://github.com/expressjs/compression#chunksize|chunkSize documentation} | ||
@@ -125,3 +125,3 @@ */ | ||
* @default zlib.constants.DEFAULT_MEMLEVEL or 8 | ||
* @see {@link http://nodejs.org/api/zlib.html#zlib_memory_usage_tuning|Node.js documentation} | ||
* @see {@link https://nodejs.org/api/zlib.html#zlib_memory_usage_tuning|Node.js documentation} | ||
* @see {@link https://github.com/expressjs/compression#memlevel|`memLevel` documentation} | ||
@@ -164,3 +164,3 @@ */ | ||
* @default zlib.constants.Z_DEFAULT_WINDOWBITS or 15. | ||
* @see {@link http://nodejs.org/api/zlib.html#zlib_memory_usage_tuning|Node.js documentation} | ||
* @see {@link https://nodejs.org/api/zlib.html#zlib_memory_usage_tuning|Node.js documentation} | ||
*/ | ||
@@ -167,0 +167,0 @@ windowBits?: number | undefined; |
{ | ||
"name": "@types/compression", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"description": "TypeScript definitions for compression", | ||
@@ -40,4 +40,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/compression", | ||
}, | ||
"typesPublisherContentHash": "53ee94cad77efa07b7974348167c687985bd1314af08330f9828b01131fc5e69", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "1827b63e31c56ffa615eb687e772a43d734327c1493f1e0febdd73fc8122b4ee", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 06 Jul 2021 18:05:58 GMT | ||
* Last updated: Tue, 07 Sep 2021 07:31:36 GMT | ||
* Dependencies: [@types/express](https://npmjs.com/package/@types/express) | ||
@@ -14,0 +14,0 @@ * Global values: none |
11387