gulp-purgecss
Advanced tools
Comparing version 2.1.2 to 2.2.0
import internal from "stream"; | ||
type ExtractorFunction = (content: string) => string[]; | ||
interface Extractors { | ||
extensions: string[]; | ||
extractor: ExtractorFunction; | ||
extensions: string[]; | ||
extractor: ExtractorFunction; | ||
} | ||
interface UserDefinedOptions { | ||
content: Array<string>; | ||
defaultExtractor?: ExtractorFunction; | ||
extractors?: Array<Extractors>; | ||
fontFace?: boolean; | ||
keyframes?: boolean; | ||
output?: string; | ||
rejected?: boolean; | ||
stdin?: boolean; | ||
stdout?: boolean; | ||
variables?: boolean; | ||
whitelist?: string[]; | ||
whitelistPatterns?: Array<RegExp>; | ||
whitelistPatternsChildren?: Array<RegExp>; | ||
content: Array<string>; | ||
defaultExtractor?: ExtractorFunction; | ||
extractors?: Array<Extractors>; | ||
fontFace?: boolean; | ||
keyframes?: boolean; | ||
output?: string; | ||
rejected?: boolean; | ||
stdin?: boolean; | ||
stdout?: boolean; | ||
variables?: boolean; | ||
whitelist?: string[]; | ||
whitelistPatterns?: Array<RegExp>; | ||
whitelistPatternsChildren?: Array<RegExp>; | ||
} | ||
declare function gulpPurgeCSS(options: UserDefinedOptions): internal.Transform; | ||
export { gulpPurgeCSS as default }; |
import internal from "stream"; | ||
type ExtractorFunction = (content: string) => string[]; | ||
interface Extractors { | ||
extensions: string[]; | ||
extractor: ExtractorFunction; | ||
extensions: string[]; | ||
extractor: ExtractorFunction; | ||
} | ||
interface UserDefinedOptions { | ||
content: Array<string>; | ||
defaultExtractor?: ExtractorFunction; | ||
extractors?: Array<Extractors>; | ||
fontFace?: boolean; | ||
keyframes?: boolean; | ||
output?: string; | ||
rejected?: boolean; | ||
stdin?: boolean; | ||
stdout?: boolean; | ||
variables?: boolean; | ||
whitelist?: string[]; | ||
whitelistPatterns?: Array<RegExp>; | ||
whitelistPatternsChildren?: Array<RegExp>; | ||
content: Array<string>; | ||
defaultExtractor?: ExtractorFunction; | ||
extractors?: Array<Extractors>; | ||
fontFace?: boolean; | ||
keyframes?: boolean; | ||
output?: string; | ||
rejected?: boolean; | ||
stdin?: boolean; | ||
stdout?: boolean; | ||
variables?: boolean; | ||
whitelist?: string[]; | ||
whitelistPatterns?: Array<RegExp>; | ||
whitelistPatternsChildren?: Array<RegExp>; | ||
} | ||
declare function gulpPurgeCSS(options: UserDefinedOptions): internal.Transform; | ||
export { gulpPurgeCSS as default }; |
{ | ||
"name": "gulp-purgecss", | ||
"version": "2.1.2", | ||
"version": "2.2.0", | ||
"description": "Gulp plugin for purgecss", | ||
@@ -40,3 +40,3 @@ "author": "Ffloriel", | ||
"plugin-error": "^1.0.1", | ||
"purgecss": "^2.1.2", | ||
"purgecss": "^2.2.0", | ||
"through2": "^3.0.1" | ||
@@ -52,3 +52,3 @@ }, | ||
}, | ||
"gitHead": "98c2fa1e0efb894382395ea25a7aaa8562ab5ffe" | ||
"gitHead": "e7a590b2e20be4de8f8b55a61554f550fe27f69f" | ||
} |
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
8082
Updatedpurgecss@^2.2.0