🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

css-dedup

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-dedup - npm Package Compare versions

Comparing version
1.8.0
to
1.8.1
+2
-2
bin/css-dedup.js

@@ -328,3 +328,3 @@ #!/usr/bin/env node

function formatAggressivePreviewLine(aggExtra, aggExtraSaved, before, baseSaved) {
const label = aggExtra > 0 ? `${aggExtra} more finding${aggExtra !== 1 ? 's' : ''}` : 'Further consolidation';
const label = aggExtra > 0 ? `${aggExtra} more declaration${aggExtra !== 1 ? 's' : ''}` : 'Further consolidation';
return `* ${label} in aggressive mode: ${formatReduceClause(aggExtraSaved, before, true)} with \`--fix --aggressive\`${formatAggregateTotalNote(baseSaved + aggExtraSaved, before)}`;

@@ -1025,3 +1025,3 @@ }

const aggOutcome = formatOutcomeBullet({
countLabel: `${extra > 0 ? `${extra} more finding${extra !== 1 ? 's' : ''}` : 'Further consolidation'} in aggressive mode`,
countLabel: `${extra > 0 ? `${extra} more declaration${extra !== 1 ? 's' : ''}` : 'Further consolidation'} in aggressive mode`,
tense: 'todo',

@@ -1028,0 +1028,0 @@ filesShrinkLen: aggFilesShrink.length,

@@ -65,3 +65,3 @@ {

"types": "src/index.d.ts",
"version": "1.8.0"
"version": "1.8.1"
}