gulp-batch
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6973
+ Addedasync-done@1.3.2(transitive)
+ Addedend-of-stream@1.4.4(transitive)
+ Addedprocess-nextick-args@2.0.1(transitive)
- Removedasync-done@0.4.0(transitive)
- Removedend-of-stream@0.1.5(transitive)
- Removednext-tick@0.2.2(transitive)
- Removedonce@1.3.3(transitive)
Updatedasync-done@^1.0.0
Updatedstream-array@^1.0.1