Installations
npm install gulp-prettyerror
Developer
Developer Guide
Module System
CommonJS
Min. Node Version
Typescript Support
No
Node Version
NPM Version
Statistics
14 Stars
17 Commits
1 Forks
2 Watching
3 Branches
2 Contributors
Updated on 01 Sept 2024
Languages
JavaScript (98.26%)
Shell (1.74%)
Total Downloads
Cumulative downloads
Total Downloads
111,106
Last day
-40.9%
68
Compared to previous day
Last week
-23.6%
431
Compared to previous week
Last month
-37.3%
2,037
Compared to previous month
Last year
66.3%
31,915
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
3
Dev Dependencies
4
GULP-PrettyError
Display Errors in a pretty way, without breaking watching tasks
1$ yarn add gulp-prettyerror
Features
- Simple, Robust and Easy to use
- Displays task errors during development without breaking gulp-watch tasks
- Uses gulp-plumber to override the standard error handling
- Output styling created with gulplog and ansi-colors
Usage
1var prettyError = require('gulp-prettyerror'); 2 3// default release build 4gulp.task('js', function (){ 5 return gulp.src(['Source/Lib/**/*.js') 6 // add task error-handler 7 .pipe(prettyError()) 8 9 // create sourcemaps for development 10 .pipe(sourcemaps.init()) 11 12 // some stuff 13 .pipe(...); 14});
Any Questions ? Report a Bug ? Enhancements ?
Please open a new issue on GitHub
License
Gulp-PrettyError is OpenSource and licensed under the Terms of The MIT License (X11). You're welcome to contribute!
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
- Info: project has a license file: LICENSE.md:0
- Info: FSF or OSI recognized license: MIT License: LICENSE.md:0
Reason
7 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg
- Warn: Project is vulnerable to: GHSA-w573-4hg7-7wgq
- Warn: Project is vulnerable to: GHSA-4gmj-3p3h-gm8h
- Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv
- Warn: Project is vulnerable to: GHSA-f8q6-p94x-37v3
- Warn: Project is vulnerable to: GHSA-hj48-42vr-x3v9
- Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw
Reason
Found 2/15 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
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 4 are checked with a SAST tool
Score
2.3
/10
Last Scanned on 2024-11-25
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