Socket
Socket
Sign inDemoInstall

timeout-cli

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

timeout-cli - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

4

package.json
{
"name": "timeout-cli",
"version": "0.1.1",
"version": "0.2.0",
"description": "An Rx-version of child_process.spawn",
"scripts": {
"bin": {
"timeout": "lib/src/index.js"

@@ -7,0 +7,0 @@ },

@@ -5,6 +5,12 @@ # timeout-cli: GNU timeout for node

## To Install:
```sh
npm i -g timeout-cli
```
## Usage:
```
Usage: timeout-cli -- some-cmd 1 2 3
Usage: timeout -- some-cmd arg1 arg2 arg3
Execute a command and exit if it doesn't terminate in a certain amount of time

@@ -11,0 +17,0 @@

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