shelljs.exec
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "shelljs.exec", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Replacement for shelljs' slow exec method - benchmarked 20x faster", | ||
@@ -5,0 +5,0 @@ "author": "Daniel Lewis BSc (Hons)", |
# shelljs.exec | ||
[![Build Status](https://travis-ci.org/danday74/shelljs.exec.svg?branch=master)](https://travis-ci.org/danday74/shelljs.exec) | ||
[![Linux Build Status](https://img.shields.io/travis/danday74/shelljs.exec/master.svg?label=linux)](https://travis-ci.org/danday74/shelljs.exec) | ||
[![Windows Build Status](https://img.shields.io/appveyor/ci/danday74/shelljs-exec/master.svg?label=windows)](https://ci.appveyor.com/project/danday74/shelljs-exec) | ||
[![Coverage Status](https://coveralls.io/repos/github/danday74/shelljs.exec/badge.svg?branch=master)](https://coveralls.io/github/danday74/shelljs.exec?branch=master) | ||
@@ -18,3 +19,3 @@ [![dependencies Status](https://david-dm.org/danday74/shelljs.exec/status.svg)](https://david-dm.org/danday74/shelljs.exec) | ||
shelljs is **FAST** but its exec method is **SLOW** | ||
[shelljs](https://www.npmjs.com/package/shelljs) is **FAST** but its exec method is **SLOW** | ||
@@ -21,0 +22,0 @@ - [x] Use this module instead of shelljs' exec method for speeds [20x faster](#benchmarks) |
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
164846
24
107