+6
-2
@@ -1,2 +0,2 @@ | ||
| var through = require('through'); | ||
| var through = require('through2'); | ||
@@ -10,3 +10,7 @@ module.exports = function(cb) { | ||
| }; | ||
| return through(buf.push.bind(buf), end); | ||
| var push = function(data, enc, cb) { | ||
| buf.push(data); | ||
| cb(); | ||
| }; | ||
| return through.obj(push, end); | ||
| }; |
+2
-2
@@ -1,2 +0,2 @@ | ||
| var pipeline = require('stream-combiner'); | ||
| var pipeline = require('multipipe'); | ||
@@ -11,2 +11,2 @@ module.exports = function(){ | ||
| }; | ||
| }; | ||
| }; |
+2
-4
@@ -1,7 +0,5 @@ | ||
| var through = require('through'); | ||
| var through = require('through2'); | ||
| module.exports = function () { | ||
| return through(function (data) { | ||
| this.queue(data); | ||
| }); | ||
| return through.obj(); | ||
| }; |
+3
-3
| { | ||
| "name": "gulp-util", | ||
| "description": "Utility functions for gulp plugins", | ||
| "version": "2.2.10", | ||
| "version": "2.2.11", | ||
| "homepage": "http://github.com/wearefractal/gulp-util", | ||
@@ -15,5 +15,5 @@ "repository": "git://github.com/wearefractal/gulp-util.git", | ||
| "vinyl": "~0.2.1", | ||
| "through": "~2.3.4", | ||
| "through2": "~0.4.0", | ||
| "dateformat": "~1.0.7-1.2.3", | ||
| "stream-combiner": "0.0.4" | ||
| "multipipe": "~0.0.1" | ||
| }, | ||
@@ -20,0 +20,0 @@ "devDependencies": { |
25082
0.07%556
0.54%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed