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

nodemand

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodemand

Restart Node.js process on required modules change.

latest
Source
npmnpm
Version
0.1.19
Version published
Maintainers
1
Created
Source

NPM Package

🙅‍ Nodemand

Restart Node.js process on required modules change.

A light-weight alternative to tools like nodemon and node-dev, watches module files found in ESMLoader after start and no modification is made to the runtime objects.

It supports both ES module and CommonJS.

Installation

yarn global add nodemand
# or
npm install --global nodemand

Usage

nodemand [options] <module-path> [...args]
# example
nodemand server.js

Options

  • --debounce <delay> Debounce restart after change detection, defaults to 1000.
  • --node-modules Watch also files under node_modules (symbolic links will be resolved before filtering).
  • --color, --no-color Force color or no color in console output.
  • Other Node.js command line options.

License

MIT License.

FAQs

Package last updated on 03 Jul 2025

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