
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
gulp-debug
Advanced tools
Debug Vinyl file streams to see what files are run through your Gulp pipeline
Debug Vinyl file streams to see what files are run through your Gulp pipeline
npm install --save-dev gulp-debug
import gulp from 'gulp';
import debug from 'gulp-debug';
export default () => (
gulp.src('foo.js')
.pipe(debug({title: 'unicorn:'}))
.pipe(gulp.dest('dist'))
);
Type: object
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.
Type: boolean
Default: true
Print filenames.
Type: boolean
Default: true
Print the file count.
Type: Function
Default: console.log
Provide your own logging utility.
The message is passed as a string in the first argument. Note that ANSI colors may be used in the message.
FAQs
Debug Vinyl file streams to see what files are run through your Gulp pipeline
The npm package gulp-debug receives a total of 53,463 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 won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.