Gathering detailed insights and metrics for macy-watchcss
Gathering detailed insights and metrics for macy-watchcss
Gathering detailed insights and metrics for macy-watchcss
Gathering detailed insights and metrics for macy-watchcss
npm install macy-watchcss
Typescript
Module System
Node Version
NPM Version
63.8
Supply Chain
66.5
Quality
75
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
1,101
Last Day
3
Last Week
5
Last Month
15
Last Year
81
5 Commits
1 Watching
1 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
1.0.2
Package Id
macy-watchcss@1.0.2
Unpacked Size
4.74 kB
Size
2.30 kB
File Count
7
NPM Version
5.2.0
Node Version
8.4.0
Cumulative downloads
Total Downloads
Last day
0%
3
Compared to previous day
Last week
66.7%
5
Compared to previous week
Last month
650%
15
Compared to previous month
Last year
-19.8%
81
Compared to previous year
Adds watchCSS
option to Macy.js
Use Macy.js as normal with one additional parameter in options array - watchCSS
.
If watchCSS
is set to true
, you can enable and disable Macy with CSS.
watchCSS option watches the content of :after of the carousel element.
Macy is enabled if :after content is macy
.
1 var macy = new Macy({ 2 container: '#macy-container', 3 trueOrder: false, 4 waitForImages: false, 5 margin: 24, 6 columns: 6, 7 breakAt: { 8 1200: 5, 9 940: 3, 10 520: 2, 11 400: 1 12 }, 13 watchCSS: true, 14 });
1 #macy-container::after { 2 content: 'macy', 3 display: none, 4 }
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/5 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
license file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
50 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