@types/clean-css
Advanced tools
Comparing version 3.4.33 to 3.4.34
@@ -6,3 +6,2 @@ // Type definitions for clean-css v3.4.9 | ||
declare namespace CleanCSS { | ||
@@ -106,5 +105,8 @@ interface Options { | ||
constructor(options?: CleanCSS.Options); | ||
minify(sources: string | Array<string> | Object, callback?: (error: any, minified: CleanCSS.Output) => void): CleanCSS.Output; | ||
minify( | ||
sources: string | Array<string> | Object, | ||
callback?: (error: any, minified: CleanCSS.Output) => void, | ||
): CleanCSS.Output; | ||
} | ||
export = CleanCSS; |
{ | ||
"name": "@types/clean-css", | ||
"version": "3.4.33", | ||
"version": "3.4.34", | ||
"description": "TypeScript definitions for clean-css", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/clean-css", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "01ad4fb608497bbdf50ba8aa8b7c88e3ae13d2a2ff19f306aeacff6c130be4ea", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "71f084522e944dae9f95fb363f13f828494ccdbbb5206c0ac77c1da63ebed517", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 06 Jul 2021 18:05:52 GMT | ||
* Last updated: Mon, 04 Sep 2023 15:40:51 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
6818
79