Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

safeps

Package Overview
Dependencies
Maintainers
1
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

safeps - npm Package Compare versions

Comparing version 2.2.12 to 2.2.13

HISTORY.md

12

out/lib/safeps.js

@@ -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

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