
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.
Moodlet mood (mm) is a tiny, dependency-free CLI that prints ASCII moods in your terminal.
No dependencies.
No configuration.
Just moods.
npx moodlet happy
npm install -g moodlet
mm happy
mm <mood>
mm --list | -l
mm --random | -r
mm --help | -h
Examples
mm happy
mm sad
mm tired
mm sleepy # alias -> tired
mm ok # alias -> chill
mm --list
mm --random
mm happy
╔════════════════╗
║ ◕ ◕ ║
║ ▿ ║
║ \______/ ║
╚════════════════╝
mm sad
╔════════════════╗
║ ╥ ╥ ║
║ ▄▄▄ ║
║ ▄████▄ ║
╚════════════════╝
mm love
╔════════════════╗
║ ♥ ♥ ║
║ ▿ ║
║ \\______/ ║
╚════════════════╝
Run:
mm --list
Example moods:
Some inputs are mapped automatically to a mood:
| Input | Mapped to |
|---|---|
| ok | chill |
| cool | chill |
| relax | chill |
| sleepy | tired |
| mad | angry |
| rage | angry |
| yay | excited |
| wtf | confused |
| hmm | confused |
| panic | stressed |
Requirements
git clone https://github.com/<your-username>/moodlet.git
cd moodlet
npm install
This project has no runtime dependencies.
npm installis only for local workflows.
node bin/moodlet.js happy
Or link it globally while developing:
npm link
mm happy
Unlink when done:
npm unlink -g moodlet
Uses Node’s built-in test runner:
node --test
Project structure
moodlet/
bin/
mm.js
src/
cli.js
engine.js
moods.js
test/
engine.test.js
package.json
README.md
LICENSE
MIT
FAQs
A CLI that prints ASCII moods
We found that moodlet demonstrated a healthy version release cadence and project activity because the last version was released less than 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.