Gathering detailed insights and metrics for gulp-csso-usage
Gathering detailed insights and metrics for gulp-csso-usage
Gathering detailed insights and metrics for gulp-csso-usage
Gathering detailed insights and metrics for gulp-csso-usage
npm install gulp-csso-usage
Typescript
Module System
Node Version
NPM Version
60.7
Supply Chain
60.7
Quality
70.1
Maintenance
50
Vulnerability
99.1
License
JavaScript (100%)
Total Downloads
1,232
Last Day
1
Last Week
4
Last Month
14
Last Year
120
MIT License
1 Stars
6 Commits
1 Forks
4 Watchers
1 Branches
2 Contributors
Updated on Nov 04, 2017
Minified
Minified + Gzipped
Latest Version
0.1.1
Package Id
gulp-csso-usage@0.1.1
Size
2.55 kB
NPM Version
5.3.0
Node Version
8.1.2
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
33.3%
4
Compared to previous week
Last Month
40%
14
Compared to previous month
Last Year
48.1%
120
Compared to previous year
3
This is a simple plugin (also my first plugin) I scratched together while working on a static website.
Given the HTML files, it creates a usage data JSON for CSSO.
1var gulp = require('gulp'); 2var usage = require('gulp-csso-usage'); 3var concat = require('gulp-concat'); 4 5gulp.task('usage', function() { 6 return gulp.src('**/*.html') 7 .pipe(concat('all.html')) 8 .pipe(usage()) 9 .pipe(gulp.dest('.')); 10});
This should create all.json
file containing usage data in CSSO specified format. Skipping the concat part will result in separate usage files generated, because that may be something you wish for.
Please bear in mind this is my first plugin and it might on the off chance destroy everything you've ever created. And I haven't had a chance to read the guidelines just yet.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 0/4 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
project is not fuzzed
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
branch protection not enabled on development/release branches
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