Socket
Socket
Sign inDemoInstall

gulp-stats

Package Overview
Dependencies
11
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    gulp-stats

Display stats for Gulp tasks


Version published
Weekly downloads
782
increased by13.66%
Maintainers
1
Install size
57.2 kB
Created
Weekly downloads
 

Readme

Source

gulp-stats

Display stats for Gulp tasks

Installation

$ npm install --save-dev gulp-stats

Usage

Add to your gulpfile.js before the task(s) you wish to log and pass in the instance of Gulp.

// gulpfile.js
var gulp = require('gulp');

// Use gulp-stats
require('gulp-stats')(gulp);

// ... Tasks ...

MIT © Mike Simmonds

Keywords

FAQs

Last updated on 28 Jan 2015

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc