
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
dgmwatch-cli
Advanced tools
Control DALCNET DGM watch DMX devices from the terminal. The CLI mirrors the
web UI’s dmem.bin writes so you can zero whole universes or tweak ranges
without dragging sliders, and it remembers the IP you configure on first run.
npm install
npm run build -w packages/dgmwatch-cli
Or publish/install the package globally and simply run dgmwatch.
The tool does not ship with a baked-in IP. Launch it once and it will ask if
you want to set the device address. The value you provide is stored in
~/.dgmwatch/config.json so every future command can reuse it. You can re-run
the Settings option at any time to change it.
dgmwatch # interactive menu (reset all, custom range, settings, help)
dgmwatch zero ... # direct command for scripts/automation
dgmwatchj/k, gg, G, q to cancel)If no host has been saved yet, the menu prompts you to add one before you can run DMX commands.
dgmwatch zerodgmwatch zero [options]
Options:
-H, --host <host> Device host or base URL (overrides saved config)
-s, --start <slot> Starting DMX slot (1-512). Default: 1
-c, --count <count> Number of slots to write. Default: fill until 512
-v, --value <value> Value written into each slot (0-255). Default: 0
-t, --timeout <ms> Abort if the device does not answer in time. Default: 5000
If neither --host nor a saved host exist the command will abort and tell you
to set one (run dgmwatch without arguments or re-run with --host once).
FAQs
Terminal controller for DALCNET DGM watch DMX devices.
We found that dgmwatch-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.