Gathering detailed insights and metrics for postcss-gap
Gathering detailed insights and metrics for postcss-gap
Gathering detailed insights and metrics for postcss-gap
Gathering detailed insights and metrics for postcss-gap
postcss-gap-properties
Use the gap, column-gap, and row-gap shorthand properties in CSS
@types/postcss-gap-properties
TypeScript definitions for postcss-gap-properties
flex-gap-polyfill
A PostCSS polyfill for adding gap between flex items
postcss-polyfill-flex-gap
PostCSS plugin to polyfill flex gap
npm install postcss-gap
Typescript
Module System
Node Version
NPM Version
65.1
Supply Chain
73.4
Quality
74.8
Maintenance
50
Vulnerability
100
License
JavaScript (100%)
Total Downloads
38,762
Last Day
85
Last Week
267
Last Month
969
Last Year
11,866
3 Stars
5 Commits
2 Watching
1 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
1.0.0
Package Id
postcss-gap@1.0.0
Size
1.96 kB
NPM Version
5.0.3
Node Version
8.0.0
Cumulative downloads
Total Downloads
Last day
60.4%
85
Compared to previous day
Last week
-3.3%
267
Compared to previous week
Last month
17%
969
Compared to previous month
Last year
7.8%
11,866
Compared to previous year
1
3
PostCSS plugin to create fallbacks for the css properties row-gap
, column-gap
and gap
..
See the current css spec for further details.
1.foo { 2 gap: 3vmin 2vmax; 3 row-gap: 1em; 4} 5 6[column-gap] { 7 column-gap: initial; 8} 9
1.foo { 2 grid-gap: 3vmin 2vmax; 3 grid-row-gap: 1em; 4} 5 6[column-gap] { 7 grid-column-gap: initial; 8}
1/* default usage, with no options (method = replace) */ 2postcss([ require('postcss-gap') ])
1/* add the fallbacks right before, but keep the original css props (row-gap, column-gap and gap)*/ 2postcss([ require('postcss-gap') ])({ method: 'duplicate' })
See PostCSS docs for examples for your environment.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/3 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
57 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