Gathering detailed insights and metrics for css-vendor
Gathering detailed insights and metrics for css-vendor
Gathering detailed insights and metrics for css-vendor
Gathering detailed insights and metrics for css-vendor
Runtime vendor prefixing based on feature detection.
npm install css-vendor
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
67 Stars
632 Commits
24 Forks
8 Watching
31 Branches
61 Contributors
Updated on 24 Jul 2024
Minified
Minified + Gzipped
JavaScript (98.48%)
HTML (1.52%)
Cumulative downloads
Total Downloads
Last day
-23.7%
296,157
Compared to previous day
Last week
-4.6%
1,907,801
Compared to previous week
Last month
0.6%
8,383,017
Compared to previous month
Last year
-9.7%
100,764,905
Compared to previous year
2
44
1console.log(cssVendor.prefix.js) // e.g. WebkitTransform 2 3console.log(cssVendor.prefix.css) // e.g. -webkit-transform
cssVendor.supportedProperty(prop)
Test if property is supported, returns false if not. Returns string if supported. May add a vendor prefix if needed.
1console.log(cssVendor.supportedProperty('animation')) // e.g. -webkit-animation
cssVendor.supportedValue(prop, value)
Test if value is supported, returns false if not. Returns string if supported. May add a vendor prefix if needed.
1console.log(cssVendor.supportedValue('display', 'flex')) // e.g. -webkit-flex
1yarn 2yarn test
MIT
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 6/8 approved changesets -- score normalized to 7
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
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
75 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
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