@types/compression-webpack-plugin
Advanced tools
Comparing version 6.0.5 to 6.0.6
@@ -53,3 +53,3 @@ // Type definitions for compression-webpack-plugin 6.0 | ||
*/ | ||
cache?: boolean | string; | ||
cache?: boolean | string | undefined; | ||
/** | ||
@@ -59,7 +59,7 @@ * Whether to delete the original assets or not | ||
*/ | ||
deleteOriginalAssets?: boolean | 'keep-source-map'; | ||
deleteOriginalAssets?: boolean | 'keep-source-map' | undefined; | ||
/** | ||
* Exclude all assets matching any of these conditions | ||
*/ | ||
exclude?: Rules; | ||
exclude?: Rules | undefined; | ||
/** | ||
@@ -69,7 +69,7 @@ * The target asset filename. | ||
*/ | ||
filename?: string | FilenameFunction; | ||
filename?: string | FilenameFunction | undefined; | ||
/** | ||
* Include all assets matching any of these conditions | ||
*/ | ||
include?: Rules; | ||
include?: Rules | undefined; | ||
/** | ||
@@ -79,7 +79,7 @@ * Only assets that compress better than this ratio are processed (minRatio = Compressed Size / Original Size) | ||
*/ | ||
minRatio?: number; | ||
minRatio?: number | undefined; | ||
/** | ||
* Include all assets that pass test assertion | ||
*/ | ||
test?: Rules; | ||
test?: Rules | undefined; | ||
/** | ||
@@ -89,3 +89,3 @@ * Only assets bigger than this size are processed (in bytes) | ||
*/ | ||
threshold?: number; | ||
threshold?: number | undefined; | ||
} | ||
@@ -98,3 +98,3 @@ | ||
*/ | ||
algorithm?: ZlibAlgorithm; | ||
algorithm?: ZlibAlgorithm | undefined; | ||
/** | ||
@@ -104,3 +104,3 @@ * Compression options for algorithm | ||
*/ | ||
compressionOptions?: ZlibCompressionOptions; | ||
compressionOptions?: ZlibCompressionOptions | undefined; | ||
} | ||
@@ -110,3 +110,3 @@ | ||
algorithm: Algorithm<O>; | ||
compressionOptions?: O; | ||
compressionOptions?: O | undefined; | ||
} | ||
@@ -113,0 +113,0 @@ |
{ | ||
"name": "@types/compression-webpack-plugin", | ||
"version": "6.0.5", | ||
"version": "6.0.6", | ||
"description": "TypeScript definitions for compression-webpack-plugin", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/compression-webpack-plugin", | ||
"license": "MIT", | ||
@@ -29,4 +30,4 @@ "contributors": [ | ||
}, | ||
"typesPublisherContentHash": "2ab349a38a7ab2f08c17b58737ff806baed5b1b63bf42b2d9f7cb74db7816169", | ||
"typesPublisherContentHash": "03f84477069e07b27913a08dce6cf63effc756a34b3101c1e8d361fc3332d3ac", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 25 Mar 2021 20:31:53 GMT | ||
* Last updated: Tue, 06 Jul 2021 18:05:58 GMT | ||
* Dependencies: [@types/webpack](https://npmjs.com/package/@types/webpack) | ||
@@ -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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
6379