Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

npm-start

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-start

'npm start' written in bash that propagates kill to subprocesses

latest
Source
npmnpm
Version
1.4.2
Version published
Maintainers
1
Created
Source

npm-start

npm start written in bash that propagates kill to subprocesses

npm install npm-start -g

Usage

Usage is exactly the same as npm start

$ cd some-folder-with-a-package-json
$ npm-start

The difference is that when it receives SIGTERM it will kill all subprocesses as well (which npm start doesn't do) and wait for them to exit

$ kill pid-of-npm-start # this will actually kill the node process

Also memory usage for long running processes might be a bit lower since you do not need to spawn an additional node process to start npm

License

MIT

Keywords

npm

FAQs

Package last updated on 06 Nov 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