Gathering detailed insights and metrics for postcss-overflow-ellipsis
Gathering detailed insights and metrics for postcss-overflow-ellipsis
Gathering detailed insights and metrics for postcss-overflow-ellipsis
Gathering detailed insights and metrics for postcss-overflow-ellipsis
npm install postcss-overflow-ellipsis
Typescript
Module System
Node Version
NPM Version
62.8
Supply Chain
64.4
Quality
75.2
Maintenance
50
Vulnerability
100
License
JavaScript (100%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
181,960
Last Day
2
Last Week
8
Last Month
32
Last Year
157
MIT License
11 Commits
2 Watchers
1 Branches
1 Contributors
Updated on Jan 07, 2017
Minified
Minified + Gzipped
Latest Version
1.0.0
Package Id
postcss-overflow-ellipsis@1.0.0
Size
25.70 kB
NPM Version
5.0.2
Node Version
7.10.0
Cumulative downloads
Total Downloads
Last Day
100%
2
Compared to previous day
Last Week
-11.1%
8
Compared to previous week
Last Month
540%
32
Compared to previous month
Last Year
46.7%
157
Compared to previous year
1
3
PostCSS plugin to convert shorthand 'overflow: ellipsis' into the appropriate rules.
1.foo { 2 overflow: ellipsis; 3}
1.foo { 2 white-space: nowrap; 3 text-overflow: ellipsis; 4 overflow: hidden; 5}
1postcss([ require('postcss-overflow-ellipsis') ])
See PostCSS docs for examples for your environment.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
no SAST tool detected
Details
Reason
Found 0/11 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- 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
branch protection not enabled on development/release branches
Details
Reason
71 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-02-10
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