
Company News
Socket Has Acquired Secure Annex
Socket has acquired Secure Annex to expand extension security across browsers, IDEs, and AI tools.
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 70,598 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.

Company News
Socket has acquired Secure Annex to expand extension security across browsers, IDEs, and AI tools.

Research
/Security News
Socket is tracking cloned Open VSX extensions tied to GlassWorm, with several updated from benign-looking sleepers into malware delivery vehicles.

Product
Reachability analysis for PHP is now available in experimental, helping teams identify which vulnerabilities are actually exploitable.