
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
NodeJs package command line interface for nappd. It allows you to start, stop and manage NodeJS apps, which are running in the background as a daemon, straight out of your terminal.
npm install -g nappd-cli
or
npm install -g git+https://github.com/remolueoend/nappd-cli.git
nappd register appName, executablePath [, outputPath]
appName
Required. The identifier of the app.executablePath
Required. The path to the *.js-file of you app.outputPath
Optional. Filepath to redirect the app's stdout/stderr stream to.Registers a new app in the global directory. Registering an app makes it a lot easier to manage it in the future:
To remove an app from the global directory, use nappd unregister appName
, providing the app's identifier as appName
.
The global app directory is located in the NodeJs package itself. If nappd-cli gets uninstalled or reinstalled, the global directory gets lost too!
To startup a daemon, use the command:
nappd start appName [, args...]
appName
Required. The identifier of the app to start.args...
Optional. Single or multiple argument(s) which will be forwarded to the app.Currently, nappd only allows starting registered apps. Starting an app by providing its executabyle path will be supported in the future.
To check weather a daemon is running or not, use the command nappd status appName
, providing the app's identifier as appName
.
To stop a running daemon, simply use nappd stop appName
.
appName
Required. The identifier of the app to stop.Killing daemons is not supported yet. This feature will be added in the future.
nappd restart appName [, args...]
appName
Required. The identifier of the app to restart.args...
Optional. Arguments to forward to the app.Restarts a running daemon.
FAQs
Command line interface for nappd.
The npm package nappd-cli receives a total of 0 weekly downloads. As such, nappd-cli popularity was classified as not popular.
We found that nappd-cli 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.