🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

gulp-all

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-all - npm Package Compare versions

Comparing version

to
1.0.3

4

index.js
'use strict'
var exhaust = require('stream-exhaust')
module.exports = function () {

@@ -10,3 +12,3 @@ var args = Array.isArray(arguments[0])

return new Promise(function (res, rej) {
task
exhaust(task)
.on('finish', res)

@@ -13,0 +15,0 @@ .on('error', rej)

{
"name": "gulp-all",
"version": "1.0.2",
"version": "1.0.3",
"description": "Promise.all for gulp streams, so you can compose a bunch of 'private' subtasks.",

@@ -27,3 +27,7 @@ "main": "index.js",

],
"dependencies": {
"stream-exhaust": "^1.0.1"
},
"devDependencies": {
"faucet": "0.0.1",
"gulp": "gulpjs/gulp#4.0",

@@ -30,0 +34,0 @@ "tape": "^4.1.0",

@@ -8,2 +8,4 @@ # gulp-all

> NOTE: ONLY FOR GULP@4.0
## Usage

@@ -10,0 +12,0 @@