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.3 to 1.0.4

16

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

@@ -29,13 +29,13 @@ "main": "index.js",

"devDependencies": {
"coveralls": "^2.11.1",
"istanbul": "^0.3.2",
"mocha": "^1.21.4",
"coveralls": "^2.11.2",
"istanbul": "^0.3.5",
"mocha": "^2.0.1",
"mocha-lcov-reporter": "0.0.1",
"should": "^4.0.4",
"stream-assert": "^2.0.1"
"should": "^4.3.1",
"stream-assert": "^2.0.2"
},
"dependencies": {
"async-done": "^0.4.0",
"stream-array": "^1.0.0"
"async-done": "^1.0.0",
"stream-array": "^1.0.1"
}
}

@@ -7,3 +7,3 @@ # [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]

Also it is used in [`gulp-watch`](https://github.com/floatdrop/gulp-watch) to provide batching callback handler, instead of streaming events from gaze.
Also it can be used with [`gulp-watch`](https://github.com/floatdrop/gulp-watch) to provide batching callback handler, instead of streaming events from gaze.

@@ -31,3 +31,3 @@ ## Usage

__Callback signature__: `function(events, [done])`.
__Callback signature__: `function(events, done)`.

@@ -34,0 +34,0 @@ * `events` - is `Stream` of incoming events.

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