gulp-purgecss
Advanced tools
Comparing version 5.0.0 to 6.0.0-alpha.0
@@ -113,35 +113,35 @@ /// <reference types="node" /> | ||
declare interface UserDefinedOptions_2 { | ||
/** {@inheritDoc Options.content} */ | ||
/** {@inheritDoc purgecss#Options.content} */ | ||
content: Array<string | RawContent>; | ||
/** {@inheritDoc Options.css} */ | ||
/** {@inheritDoc purgecss#Options.css} */ | ||
css: Array<string | RawCSS>; | ||
/** {@inheritDoc Options.defaultExtractor} */ | ||
/** {@inheritDoc purgecss#Options.defaultExtractor} */ | ||
defaultExtractor?: ExtractorFunction; | ||
/** {@inheritDoc Options.extractors} */ | ||
/** {@inheritDoc purgecss#Options.extractors} */ | ||
extractors?: Array<Extractors>; | ||
/** {@inheritDoc Options.fontFace} */ | ||
/** {@inheritDoc purgecss#Options.fontFace} */ | ||
fontFace?: boolean; | ||
/** {@inheritDoc Options.keyframes} */ | ||
/** {@inheritDoc purgecss#Options.keyframes} */ | ||
keyframes?: boolean; | ||
/** {@inheritDoc Options.output} */ | ||
/** {@inheritDoc purgecss#Options.output} */ | ||
output?: string; | ||
/** {@inheritDoc Options.rejected} */ | ||
/** {@inheritDoc purgecss#Options.rejected} */ | ||
rejected?: boolean; | ||
/** {@inheritDoc Options.rejectedCss} */ | ||
/** {@inheritDoc purgecss#Options.rejectedCss} */ | ||
rejectedCss?: boolean; | ||
/** {@inheritDoc Options.sourceMap } */ | ||
/** {@inheritDoc purgecss#Options.sourceMap } */ | ||
sourceMap?: boolean | (postcss.SourceMapOptions & { to?: string }); | ||
/** {@inheritDoc Options.stdin} */ | ||
/** {@inheritDoc purgecss#Options.stdin} */ | ||
stdin?: boolean; | ||
/** {@inheritDoc Options.stdout} */ | ||
/** {@inheritDoc purgecss#Options.stdout} */ | ||
stdout?: boolean; | ||
/** {@inheritDoc Options.variables} */ | ||
/** {@inheritDoc purgecss#Options.variables} */ | ||
variables?: boolean; | ||
/** {@inheritDoc Options.safelist} */ | ||
/** {@inheritDoc purgecss#Options.safelist} */ | ||
safelist?: UserDefinedSafelist; | ||
/** {@inheritDoc Options.blocklist} */ | ||
/** {@inheritDoc purgecss#Options.blocklist} */ | ||
blocklist?: StringRegExpArray; | ||
/** {@inheritDoc Options.skippedContentGlobs} */ | ||
/** {@inheritDoc purgecss#Options.skippedContentGlobs} */ | ||
skippedContentGlobs?: Array<string>; | ||
/** {@inheritDoc Options.dynamicAttributes} */ | ||
/** {@inheritDoc purgecss#Options.dynamicAttributes} */ | ||
dynamicAttributes?: string[]; | ||
@@ -148,0 +148,0 @@ } |
{ | ||
"name": "gulp-purgecss", | ||
"version": "5.0.0", | ||
"version": "6.0.0-alpha.0", | ||
"description": "Gulp plugin for purgecss", | ||
@@ -41,13 +41,13 @@ "author": "Ffloriel", | ||
"plugin-error": "^2.0.0", | ||
"purgecss": "^5.0.0", | ||
"through2": "^4.0.1" | ||
"purgecss": "^6.0.0-alpha.0", | ||
"through2": "^4.0.1", | ||
"vinyl-sourcemaps-apply": "^0.2.1" | ||
}, | ||
"devDependencies": { | ||
"@types/event-stream": "^4.0.0", | ||
"@types/glob": "^7.2.0", | ||
"@types/glob": "^8.0.0", | ||
"@types/through2": "^2.0.34", | ||
"@types/vinyl": "^2.0.4", | ||
"event-stream": "^4.0.1", | ||
"vinyl": "^2.2.0", | ||
"vinyl-sourcemaps-apply": "^0.2.1" | ||
"vinyl": "^3.0.0" | ||
}, | ||
@@ -60,3 +60,4 @@ "bugs": { | ||
"registry": "https://registry.npmjs.org/" | ||
} | ||
}, | ||
"gitHead": "152ccba46e781902f302b7adca1788a6909e9569" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
10704
6
6
0
5
2
+ Added@isaacs/cliui@8.0.2(transitive)
+ Added@pkgjs/parseargs@0.11.0(transitive)
+ Addedansi-regex@5.0.16.1.0(transitive)
+ Addedansi-styles@4.3.06.2.1(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedcommander@12.1.0(transitive)
+ Addedcross-spawn@7.0.6(transitive)
+ Addedeastasianwidth@0.2.0(transitive)
+ Addedemoji-regex@8.0.09.2.2(transitive)
+ Addedforeground-child@3.3.0(transitive)
+ Addedglob@10.4.5(transitive)
+ Addedis-fullwidth-code-point@3.0.0(transitive)
+ Addedisexe@2.0.0(transitive)
+ Addedjackspeak@3.4.3(transitive)
+ Addedlru-cache@10.4.3(transitive)
+ Addedminimatch@9.0.5(transitive)
+ Addedminipass@7.1.2(transitive)
+ Addedpackage-json-from-dist@1.0.1(transitive)
+ Addedpath-key@3.1.1(transitive)
+ Addedpath-scurry@1.11.1(transitive)
+ Addedpurgecss@6.0.0(transitive)
+ Addedshebang-command@2.0.0(transitive)
+ Addedshebang-regex@3.0.0(transitive)
+ Addedsignal-exit@4.1.0(transitive)
+ Addedsource-map@0.5.7(transitive)
+ Addedstring-width@4.2.35.1.2(transitive)
+ Addedstrip-ansi@6.0.17.1.0(transitive)
+ Addedvinyl-sourcemaps-apply@0.2.1(transitive)
+ Addedwhich@2.0.2(transitive)
+ Addedwrap-ansi@7.0.08.1.0(transitive)
- Removedcommander@9.5.0(transitive)
- Removedpurgecss@5.0.0(transitive)
Updatedpurgecss@^6.0.0-alpha.0