
Product
Introducing GitHub Actions Scanning Support
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.
gulp-debug
Advanced tools
Debug vinyl file streams to see what files are run through your gulp pipeline
$ npm install --save-dev gulp-debug
var gulp = require('gulp');
var debug = require('gulp-debug');
gulp.task('default', function () {
return gulp.src('foo.js')
.pipe(debug({title: 'unicorn:'}))
.pipe(gulp.dest('dist'));
});
Type: string
Default: 'gulp-debug:'
Give it a custom title so it's possible to distinguish the output of multiple instances logging at once.
Type: boolean
Default: true
By default only relative paths are shown. Turn off minimal mode to also show cwd
, base
, path
.
The stat
property will be shown when you run gulp in verbose mode: gulp --verbose
.
MIT © Sindre Sorhus
FAQs
Debug Vinyl file streams to see what files are run through your Gulp pipeline
The npm package gulp-debug receives a total of 76,785 weekly downloads. As such, gulp-debug popularity was classified as popular.
We found that gulp-debug demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.
Product
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
Research
The Socket Threat Research Team uncovered malicious NuGet packages typosquatting the popular Nethereum project to steal wallet keys.