Socket
Socket
Sign inDemoInstall

spawnd

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spawnd

Spawn a dependent child process.


Version published
Weekly downloads
1.1M
increased by1.91%
Maintainers
2
Weekly downloads
 
Created
Source

spawnd

Build Status version MIT License

Spawn a process inter-dependent with parent process.

npm install spawnd

Usage

import spawnd from 'spawnd'

const proc = spawnd('node server.js', { shell: true })

proc.destroy().then(() => {
  console.log('Destroyed!')
})

API

spawnd(command[, args[, options]])

Exactly the same API as Node.js spawn.

It returns a Child Process that exposes a destroy method that will kill the process.

License

MIT

Keywords

FAQs

Package last updated on 16 Apr 2021

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

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