@types/html-minifier-terser
Advanced tools
Comparing version 6.0.0 to 6.1.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for html-minifier-terser 6.0 | ||
// Type definitions for html-minifier-terser 6.1 | ||
// Project: https://github.com/terser/html-minifier-terser#readme | ||
@@ -116,2 +116,7 @@ // Definitions by: Piotr Błażejewicz <https://github.com/peterblazejewicz> | ||
/** | ||
* Never add a newline before a tag that closes an element | ||
* @default false | ||
*/ | ||
noNewlinesBeforeTagClose?: boolean | undefined; | ||
/** | ||
* Always collapse to 1 line break (never remove it entirely) when whitespace between tags include a line break. | ||
@@ -118,0 +123,0 @@ * Must be used in conjunction with `collapseWhitespace=true` |
{ | ||
"name": "@types/html-minifier-terser", | ||
"version": "6.0.0", | ||
"version": "6.1.0", | ||
"description": "TypeScript definitions for html-minifier-terser", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/html-minifier-terser", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "afb28151e01c4013ba1434a3ba2e94f1fc3ba51f6857f7a7b342ebd19af0adbb", | ||
"typeScriptVersion": "3.7" | ||
"typesPublisherContentHash": "e851f65ded989d19a70b471ff32b156ed08fec7ed641ce4c5a7fdee809bd53e2", | ||
"typeScriptVersion": "3.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Sep 2021 19:31:24 GMT | ||
* Last updated: Tue, 23 Nov 2021 21:01:04 GMT | ||
* Dependencies: none | ||
@@ -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
9560
209