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

shelljs.exec

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shelljs.exec - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

appveyor.yml

2

package.json
{
"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)

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