Gathering detailed insights and metrics for ember-cli-classlist-polyfill
Gathering detailed insights and metrics for ember-cli-classlist-polyfill
Gathering detailed insights and metrics for ember-cli-classlist-polyfill
Gathering detailed insights and metrics for ember-cli-classlist-polyfill
Includes a polyfill for classlist if needed
npm install ember-cli-classlist-polyfill
Typescript
Module System
Min. Node Version
JavaScript (84.94%)
HTML (15.06%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
1 Stars
16 Commits
1 Forks
2 Watchers
1 Branches
5 Contributors
Updated on Feb 28, 2019
Latest Version
0.2.0
Package Id
ember-cli-classlist-polyfill@0.2.0
Unpacked Size
8.50 kB
Size
3.84 kB
File Count
28
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
27
Ember-CLI addon to add a polyfill for the Element.classList property, based on classlist-polyfill.
Internet Explorer 9 and lower do not support classList
, while IE 10 + 11 have incomplete support.
See full browser support details.
1ember install ember-cli-classlist-polyfill
The addon will import the polyfill by default to your vendor.js
.
Beginning with version 2.13 Ember CLI supports a Targets feature,
allowing you to specify the list of browsers your app should support like last 1 Chrome versions
or ie 11
.
If the caniuse database indicates that all browsers you want to support fully support the feature, then the
polyfill will not be included into your build, to not increase your bundle size.
This should also work as a nested addon of another addon, just include it as a dependency
. So if you addon
makes use of classList
, you can use this to make sure the API is available. Given the above mentioned targets feature,
it will have no negative impact on the consuming app should the polyfill not be needed.
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
108 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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