
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.
A simple and easy-to-use web server for managing Node.js projects.
$ npm install easy-pm -g
Just create a configuration file on your server and easy-pm start it.
$ easy-pm start config.json
Basic example:
{
"root": "/var/www",
"ssl": {
"sites": {
"example.com": "auto",
"www.example.com": "auto"
}
},
"webhook": {
"host": "your server address",
"token": "your github token"
},
"apps": [
{
"name": "example",
"domains": ["example.com", "www.example.com"],
"repository": "git@github.com:your_github_id/example.git",
"max_memory_restart": "100M"
},
{
"name": "static-example",
"domains": ["static-example.com"],
"repository": "git@github.com:your_github_id/example.git",
"branch": "gh-pages"
}
]
}
80.true.443.http requests to https for all sites. Default false."auto", easy-pm will install and manage SSL certificate from Let's Encrypt automatically.
http requests to https. Default false."node".env.PORT. Default a random free port.true."master".In node mode, easy-pm will npm start your application.
In static mode, easy-pm will run a static server to serve your application.
"./"."404.html".404, but returns status 200. Used for some single page applications.In custom mode, you can run other non-Node.js project and custom your scripts.
$ easy-pm -h
Usage: easy-pm [options] [command]
Commands:
start <file> start service with config file
stop <file> stop service with config file
list list running applications
Options:
-h, --help output usage information
-V, --version output the version number
MIT
FAQs
A simple and easy-to-use web server for managing Node.js projects.
The npm package easy-pm receives a total of 2 weekly downloads. As such, easy-pm popularity was classified as not popular.
We found that easy-pm 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
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.