Gathering detailed insights and metrics for caniuse-support
Gathering detailed insights and metrics for caniuse-support
Gathering detailed insights and metrics for caniuse-support
Gathering detailed insights and metrics for caniuse-support
caniuse-lite
A smaller version of caniuse-db, with only the essentials!
caniuse-db
Raw browser/feature support data from caniuse.com
doiuse
Lint CSS for browser support against caniuse database
postcss-browser-comments
Keep only the CSS you need based on comments and your browserslist
Query the caniuse offline database for feature support.
npm install caniuse-support
Typescript
Module System
Min. Node Version
Node Version
NPM Version
TypeScript (79.52%)
JavaScript (20.48%)
Total Downloads
12,265
Last Day
1
Last Week
28
Last Month
129
Last Year
958
MIT License
8 Stars
215 Commits
3 Forks
3 Watchers
25 Branches
55 Contributors
Updated on Jul 30, 2020
Minified
Minified + Gzipped
Latest Version
1.0.4
Package Id
caniuse-support@1.0.4
Unpacked Size
2.15 MB
Size
240.53 kB
File Count
23
NPM Version
6.13.4
Node Version
12.14.0
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
-51.7%
28
Compared to previous week
Last Month
67.5%
129
Compared to previous month
Last Year
-24.2%
958
Compared to previous year
2
28
Query the caniuse offline database for feature support.
Includes browser detection using bowser.
1import { getSupport, detectBrowser, getVersionIndex } from "caniuse-support"; 2 3// Get feature support of specific browser. 4getSupport("flexbox", { id: "chrome", version: "6.0" }); // { level: "partial", needPrefix: true, notes: [1] } 5 6// Get feature support of specific browser using an user agent string. 7const userAgent = "Mozilla/5.0 (Mobile; rv:26.0) Gecko/26.0 Firefox/26.0"; 8getSupport("transforms2d", detectBrowser(userAgent)); // { level: "full", needPrefix: false, notes: [] } 9 10// Get matching caniuse version index. 11getVersionIndex(detectBrowser(userAgent)); // "26"
For a list of queryable features see here.
Checkout this code pen.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 2/14 approved changesets -- score normalized to 1
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
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
64 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-04-28
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