
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 command line interface for working with MAMP. It can start and stop your MAMP, but also easily switch the document root so that you can switch projects easily by using a favorite list.
Please backup your httpd.conf file of your MAMP before using this script. It can be found here:
/Applications/MAMP/conf/apache/httpd.conf
$ npm install -g mamp-cli
Depending on your setup you might need sudo in front of this command.
Use this to print the help:
$ mamp
$ mamp start
// start the server
$ mamp stop
// stop the server
$ mamp restart
// restart the Apache, run with sudo
$ mamp list
// list your favorite shortcuts
$ mamp add <shortcut>
// add the current directory to your favorites
$ mamp remove <shortcut>
// remove a shortcut
$ mamp switch <shortcut|path>
// switch the document root to the one of your shortcuts or directly pass a path
$ mamp cwd
// set the current working directory as document root
mamp restart that runs apachectl -k graceful in background (run with sudo)mamp add command to log error if <shortcut> argument is missing. (@jrmykolyn)mamp switchmamp cwd to set the current working directory as document rootSee file LICENSE
FAQs
Command line interface to work with the popular MAMP server environment
We found that mamp-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.

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.