Gathering detailed insights and metrics for gulp-sass-lint-vue
Gathering detailed insights and metrics for gulp-sass-lint-vue
npm install gulp-sass-lint-vue
Typescript
Module System
Node Version
NPM Version
44.7
Supply Chain
52.9
Quality
66.5
Maintenance
25
Vulnerability
94.9
License
JavaScript (84.86%)
CSS (15.14%)
Total Downloads
492
Last Day
1
Last Week
3
Last Month
9
Last Year
55
115 Stars
70 Commits
43 Forks
11 Watching
2 Branches
16 Contributors
Minified
Minified + Gzipped
Latest Version
1.0.0
Package Id
gulp-sass-lint-vue@1.0.0
Unpacked Size
8.26 kB
Size
3.48 kB
File Count
8
NPM Version
6.4.1
Node Version
10.15.1
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
50%
3
Compared to previous week
Last month
350%
9
Compared to previous month
Last year
-36.8%
55
Compared to previous year
'use strict';
var gulp = require('gulp'),
sassLint = require('gulp-sass-lint');
gulp.task('default', function () {
return gulp.src('sass/**/*.s+(a|c)ss')
.pipe(sassLint())
.pipe(sassLint.format())
.pipe(sassLint.failOnError())
});
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 7/17 approved changesets -- score normalized to 4
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
project is not fuzzed
Details
Reason
security policy file not detected
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
Score
Last Scanned on 2025-01-20
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