New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

simple-spawner

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-spawner

spawn a command and pipe the output back to std{in,out,err}

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

simple-spawner

Spawn a command and pipe the output back to stdin, stdout, and stderr, and returns the stream

Also accepts child_process.spawn options

Installation

npm install simple-spawner --save

Usage

var spawner = require('simple-spawner')
  , cmd = 'ls'
  , args = ['-a', '-l']

spawner(cmd, args, /*, options*/)

License

MIT

Keywords

spawn

FAQs

Package last updated on 16 Apr 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts