@types/clean-css
Advanced tools
Comparing version 3.4.36 to 3.4.37
@@ -34,3 +34,3 @@ declare namespace CleanCSS { | ||
// A list of @import rules, can be ['all'] (default), ['local'], ['remote'], or a blacklisted path e.g. ['!fonts.googleapis.com'] | ||
processImportFrom?: Array<string> | undefined; | ||
processImportFrom?: string[] | undefined; | ||
@@ -76,6 +76,6 @@ // Set to false to skip URL rebasing | ||
// A list of errors raised | ||
errors: Array<string>; | ||
errors: string[]; | ||
// A list of warnings raised | ||
warnings: Array<string>; | ||
warnings: string[]; | ||
@@ -102,3 +102,3 @@ // A hash of statistic information (if requested with debug option) | ||
minify( | ||
sources: string | Array<string> | Object, | ||
sources: string | string[] | Object, | ||
callback?: (error: any, minified: CleanCSS.Output) => void, | ||
@@ -105,0 +105,0 @@ ): CleanCSS.Output; |
{ | ||
"name": "@types/clean-css", | ||
"version": "3.4.36", | ||
"version": "3.4.37", | ||
"description": "TypeScript definitions for clean-css", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/clean-css", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "588350882e9f5301c3c913e176ef08657085a10afac8059be199ef8d6bb11bad", | ||
"typesPublisherContentHash": "b99b6a17140e1ce3986990f4d8fb17c3f8c652251dd1b34236e1779a5a7d074c", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ |
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
6545