
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
ndt is a Daemon Tools wrapper for NodeJS that will create, remove, and
upgrade the daemon tools folder structure. Where <action> is from the
list below.
$ sudo su -
$ npm -g install ndt
$ cd /opt/myapp
$ ndt install
$ ndt <action>
$ ndt remove
ndt Also supports saving instances to a local database so commands can be
ran from anywhere. Also allows use of macros. Where <action> is from the
list below.
$ cd /opt/myapp
$ ndt save
$ cd /
$ ndt myapp <action>
$ ndt unsave myapp
These functions affect all members of the database. Where <action> is from the
list of actions below.
$ ndt all <action>
The following actions are available when using ndt commands that support
<action>
alarm - Send instance an alarmcontinue - Continue a paused instanceexit - Have supervise exit after instance ends (not for production)hangup - Tell an instance to hangupinterrupt - Send instance an interruptkill - Kill an instanceonce - Run an instance once and dont restart if it diespause - Pause an instancerestart - Restart an instancestart - Start an instancestatus - Get instance statusstop - Stop an instanceIn order for an application to work with ndt.
{
"name": "myapp"
"cwd": "/opt/myapp",
"user": "node",
"command": "node app -vv"
"env": {
"NODE_ENV": "production",
"DEBUG": "*"
},
"log": {
"user": "node",
"command": "multilog s16777215 t /var/log/node/myapp"
}
}
It is possible to generate the dt.json file in order to make the setup process a bit less cumbersome.
In order to properly populate the environment variables. We recommend piping them through stdin.
EG:
$ su - node
$ cd /opt/myapp
$ env | ndt generate --command "node app -vv" --stdin
This package is built using the https://www.npmjs.org/package/debug package.
Use the following to see debug output
$ cd /opt/myapp
$ DEBUG=ndt* ndt install
setuidgid instead of envuidgidndt all stop/etc/ndt/ndt.jsonFAQs
NodeJS daemon tools helper
We found that ndt demonstrated a not healthy version release cadence and project activity because the last version was released 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.