Gathering detailed insights and metrics for postcss-minify-font-values-nightly
Gathering detailed insights and metrics for postcss-minify-font-values-nightly
Gathering detailed insights and metrics for postcss-minify-font-values-nightly
Gathering detailed insights and metrics for postcss-minify-font-values-nightly
npm install postcss-minify-font-values-nightly
Typescript
Module System
Min. Node Version
Node Version
NPM Version
70
Supply Chain
97.1
Quality
75.8
Maintenance
50
Vulnerability
100
License
JavaScript (96.55%)
CSS (3.05%)
Shell (0.4%)
Total Downloads
2,721
Last Day
6
Last Week
10
Last Month
35
Last Year
383
1 Stars
65 Commits
2 Watching
16 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
0.8.4
Package Id
postcss-minify-font-values-nightly@0.8.4
Unpacked Size
14.89 kB
Size
5.23 kB
File Count
9
NPM Version
6.14.6
Node Version
10.22.0
Cumulative downloads
Total Downloads
Last day
500%
6
Compared to previous day
Last week
-23.1%
10
Compared to previous week
Last month
34.6%
35
Compared to previous month
Last year
10.7%
383
Compared to previous year
2
In this, the package is named as postcss-minify-font-values-nightly
In from this docs, you need to replace every
postcss-minify-font-values --> postcss-minify-font-values-nightly
Original Docs below
Minify font declarations with PostCSS.
This module will try to minimise the font-family
, font-weight
and font
shorthand
properties; it can unquote font families where necessary, detect & remove
duplicates, and cut short a declaration after it finds a keyword. For more
examples, see the tests.
1h1 { 2 font:bold 2.2rem/.9 "Open Sans Condensed", sans-serif; 3} 4 5p { 6 font-family: "Helvetica Neue", Arial, sans-serif, Helvetica; 7 font-weight: normal; 8}
1h1 { 2 font:700 2.2rem/.9 Open Sans Condensed,sans-serif 3} 4 5p { 6 font-family: Helvetica Neue,Arial,sans-serif; 7 font-weight: 400; 8}
Type: boolean
Default: false
Pass true
to remove font families after the module encounters a font keyword,
for example sans-serif
.
Type: boolean
Default: true
Pass false
to disable the module from removing duplicated font families.
Type: boolean
Default: true
Pass false
to disable the module from removing quotes from font families.
Note that oftentimes, this is a safe optimisation & is done safely. For more
details, see Mathias Bynens' article.
1postcss([ require('postcss-minify-font-values') ])
See PostCSS docs for examples for your environment.
See CONTRIBUTORS.md.
MIT © Bogdan Chadkin
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
62 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-27
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More