Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gulp-batch

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-batch - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "gulp-batch",
"version": "1.0.4",
"version": "1.0.5",
"description": "Event batcher for gulp-watcher",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -17,4 +17,4 @@ # [gulp](https://github.com/gulpjs/gulp)-batch [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Dependency Status][depstat-image]][depstat-url]

gulp.watch(['lib/**', 'test/**'], batch(function(events) {
return events.pipe(console.log);
gulp.watch(['lib/**', 'test/**'], batch(function(events, cb) {
events.on('data', console.log).on('end', cb);
}));

@@ -21,0 +21,0 @@ ```

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc