Comparing version 2.2.12 to 2.2.13
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.7.1 | ||
// Generated by CoffeeScript 1.9.0 | ||
(function() { | ||
@@ -104,3 +104,3 @@ var TaskGroup, extractOptsAndCallback, isWindows, safefs, safeps, typeChecker, _base, _ref, _ref1, | ||
signal = null; | ||
tasks = new TaskGroup().once('complete', function(err) { | ||
tasks = new TaskGroup().done(function(err) { | ||
closeProcess(); | ||
@@ -191,3 +191,3 @@ return typeof next === "function" ? next(err, stdout, stderr, code, signal) : void 0; | ||
concurrency: opts.concurrency | ||
}).once('complete', function(err) { | ||
}).done(function(err) { | ||
return next(err, results); | ||
@@ -263,3 +263,3 @@ }); | ||
concurrency: opts.concurrency | ||
}).once('complete', function(err) { | ||
}).done(function(err) { | ||
return next(err, results); | ||
@@ -288,3 +288,3 @@ }); | ||
execPath = null; | ||
tasks = new TaskGroup().once('complete', function(err) { | ||
tasks = new TaskGroup().done(function(err) { | ||
return next(err, execPath); | ||
@@ -310,3 +310,3 @@ }); | ||
execPath = possibleExecPath; | ||
return tasks.exit(); | ||
return complete(); | ||
}); | ||
@@ -313,0 +313,0 @@ }); |
{ | ||
"title": "Safe PS", | ||
"name": "safeps", | ||
"version": "2.2.12", | ||
"version": "2.2.13", | ||
"description": "Work with processes safely and easily with Node.js", | ||
@@ -13,8 +13,10 @@ "homepage": "https://github.com/bevry/safeps", | ||
"npm": true, | ||
"npmdownloads": true, | ||
"david": true, | ||
"daviddev": true, | ||
"gittip": "bevry", | ||
"gratipay": "bevry", | ||
"flattr": "344188/balupton-on-Flattr", | ||
"paypal": "QB8GQPZAH84N6", | ||
"bitcoin": "https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a" | ||
"bitcoin": "https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a", | ||
"wishlist": "http://amzn.com/w/2F8TXKSNAFG4V" | ||
}, | ||
@@ -50,13 +52,13 @@ "keywords": [ | ||
"dependencies": { | ||
"typechecker": "~2.0.8", | ||
"safefs": "~3.1.0", | ||
"taskgroup": "~3.4.0", | ||
"extract-opts": "~2.2.0" | ||
"typechecker": "^2.0.8", | ||
"safefs": "^3.1.0", | ||
"taskgroup": "^4.2.0", | ||
"extract-opts": "^2.2.0" | ||
}, | ||
"devDependencies": { | ||
"coffee-script": "~1.7.1", | ||
"joe": "~1.4.0", | ||
"joe-reporter-console": "~1.2.1", | ||
"chai": "~1.9.1", | ||
"projectz": "~0.3.5" | ||
"coffee-script": "^1.9.0", | ||
"joe": "^1.6.0", | ||
"joe-reporter-console": "^1.2.1", | ||
"chai": "^1.10.0", | ||
"projectz": "^0.3.17" | ||
}, | ||
@@ -70,3 +72,6 @@ "directories": { | ||
}, | ||
"main": "./out/lib/safeps.js" | ||
"main": "./out/lib/safeps.js", | ||
"cakeConfiguration": { | ||
"COFFEE_SRC_PATH": "src" | ||
} | ||
} |
@@ -11,10 +11,12 @@ | ||
[![Build Status](http://img.shields.io/travis-ci/bevry/safeps.png?branch=master)](http://travis-ci.org/bevry/safeps "Check this project's build status on TravisCI") | ||
[![NPM version](http://badge.fury.io/js/safeps.png)](https://npmjs.org/package/safeps "View this project on NPM") | ||
[![Dependency Status](https://david-dm.org/bevry/safeps.png?theme=shields.io)](https://david-dm.org/bevry/safeps) | ||
[![Development Dependency Status](https://david-dm.org/bevry/safeps/dev-status.png?theme=shields.io)](https://david-dm.org/bevry/safeps#info=devDependencies)<br/> | ||
[![Gittip donate button](http://img.shields.io/gittip/bevry.png)](https://www.gittip.com/bevry/ "Donate weekly to this project using Gittip") | ||
[![Flattr donate button](http://img.shields.io/flattr/donate.png?color=yellow)](http://flattr.com/thing/344188/balupton-on-Flattr "Donate monthly to this project using Flattr") | ||
[![PayPayl donate button](http://img.shields.io/paypal/donate.png?color=yellow)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QB8GQPZAH84N6 "Donate once-off to this project using Paypal") | ||
[![BitCoin donate button](http://img.shields.io/bitcoin/donate.png?color=yellow)](https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a "Donate once-off to this project using BitCoin") | ||
[![Build Status](https://img.shields.io/travis/bevry/safeps/master.svg)](http://travis-ci.org/bevry/safeps "Check this project's build status on TravisCI") | ||
[![NPM version](https://img.shields.io/npm/v/safeps.svg)](https://npmjs.org/package/safeps "View this project on NPM") | ||
[![NPM downloads](https://img.shields.io/npm/dm/safeps.svg)](https://npmjs.org/package/safeps "View this project on NPM") | ||
[![Dependency Status](https://img.shields.io/david/bevry/safeps.svg)](https://david-dm.org/bevry/safeps) | ||
[![Dev Dependency Status](https://img.shields.io/david/dev/bevry/safeps.svg)](https://david-dm.org/bevry/safeps#info=devDependencies)<br/> | ||
[![Gratipay donate button](https://img.shields.io/gratipay/bevry.svg)](https://www.gratipay.com/bevry/ "Donate weekly to this project using Gratipay") | ||
[![Flattr donate button](https://img.shields.io/badge/flattr-donate-yellow.svg)](http://flattr.com/thing/344188/balupton-on-Flattr "Donate monthly to this project using Flattr") | ||
[![PayPayl donate button](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QB8GQPZAH84N6 "Donate once-off to this project using Paypal") | ||
[![BitCoin donate button](https://img.shields.io/badge/bitcoin-donate-yellow.svg)](https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a "Donate once-off to this project using BitCoin") | ||
[![Wishlist browse button](https://img.shields.io/badge/wishlist-donate-yellow.svg)](http://amzn.com/w/2F8TXKSNAFG4V "Buy an item on our wishlist for us") | ||
@@ -169,6 +171,7 @@ <!-- /BADGES --> | ||
[![Gittip donate button](http://img.shields.io/gittip/bevry.png)](https://www.gittip.com/bevry/ "Donate weekly to this project using Gittip") | ||
[![Flattr donate button](http://img.shields.io/flattr/donate.png?color=yellow)](http://flattr.com/thing/344188/balupton-on-Flattr "Donate monthly to this project using Flattr") | ||
[![PayPayl donate button](http://img.shields.io/paypal/donate.png?color=yellow)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QB8GQPZAH84N6 "Donate once-off to this project using Paypal") | ||
[![BitCoin donate button](http://img.shields.io/bitcoin/donate.png?color=yellow)](https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a "Donate once-off to this project using BitCoin") | ||
[![Gratipay donate button](https://img.shields.io/gratipay/bevry.svg)](https://www.gratipay.com/bevry/ "Donate weekly to this project using Gratipay") | ||
[![Flattr donate button](https://img.shields.io/badge/flattr-donate-yellow.svg)](http://flattr.com/thing/344188/balupton-on-Flattr "Donate monthly to this project using Flattr") | ||
[![PayPayl donate button](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QB8GQPZAH84N6 "Donate once-off to this project using Paypal") | ||
[![BitCoin donate button](https://img.shields.io/badge/bitcoin-donate-yellow.svg)](https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a "Donate once-off to this project using BitCoin") | ||
[![Wishlist browse button](https://img.shields.io/badge/wishlist-donate-yellow.svg)](http://amzn.com/w/2F8TXKSNAFG4V "Buy an item on our wishlist for us") | ||
@@ -175,0 +178,0 @@ ### Contributors |
Sorry, the diff of this file is not supported yet
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
57373
7
201
+ Addedambi@2.5.0(transitive)
+ Addedcsextends@1.2.0(transitive)
+ Addededitions@2.3.1(transitive)
+ Addederrlop@2.2.0(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedsafefs@3.2.2(transitive)
+ Addedsemver@6.3.1(transitive)
+ Addedtaskgroup@4.3.1(transitive)
+ Addedtypechecker@2.1.04.11.0(transitive)
- Removedambi@2.2.0(transitive)
- Removedextendonclass@1.0.1(transitive)
- Removedgraceful-fs@3.0.12(transitive)
- Removednatives@1.1.6(transitive)
- Removedsafefs@3.1.3(transitive)
- Removedtaskgroup@3.4.0(transitive)
Updatedextract-opts@^2.2.0
Updatedsafefs@^3.1.0
Updatedtaskgroup@^4.2.0
Updatedtypechecker@^2.0.8