
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 running mako builds.
This can be installed via npm:
sudo npm install -g mako-cli
This will install it globally, but using it locally is likely more flexible.
Either way, you get access to a mako command that you can run.
This tool takes configuration from a file, rather than passing options directly
to the CLI. This was chosen because it was more flexible and easier to maintain.
You can load config from either a .makorc file, or in your package.json
under a property called mako.
{
"entries": [
"index.{js,css}"
],
"plugins": [
"mako-browser"
]
}
Upon running mako, it will load the mako-browser plugin and run on the entry
files index.js and index.css.
Usage: mako [options] [entries...]
Options:
-h, --help output usage information
-V, --version output the version number
-C, --cache turn on caching
-v, --verbose turn on verbose logging
-w, --watch rebuild when changes occur
-q, --quiet only log errors
If you specify any entries, it will use those in place of those specified in
the mako.json, allowing you to do only a subset of the overall build.
Currently, the logging is very minimal. This will be improved in future
versions, but in the meantime, you can leverage the underlying
debug tool by adding DEBUG=mako* to
your command prompt.
$ DEBUG=mako* mako index.js
FAQs
A CLI for the mako build runner
We found that mako-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.