
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.
Cyberpunk Google Trends visualizer in your terminal.

From npm:
npm install -g tui-trends
tui-trends "buy bitcoin"
From this repo:
npm install
npm run build
npm install -g .
tui-trends "buy bitcoin"
One-off without installing:
npx tui-trends "buy bitcoin"
# Google Trends (default)
tui-trends "buy bitcoin"
# npm package download trends — no rate limits, great for testing
tui-trends --npm react
tui-trends --npm typescript
tui-trends --npm next
npm install
npm start -- "buy bitcoin" # runs via tsx, no build step
npm run dev -- "buy bitcoin" # tsx watch mode, reloads on save
npm start -- --npm react # npm mode in dev
| Key | Action |
|---|---|
q | Quit |
← → | Cycle through themes |
Cycle through 6 built-in colour themes with ← / →:
| # | Name | Vibe |
|---|---|---|
| 1 | Synthwave | Neon cyan & hot pink (default) |
| 2 | Matrix | All green on black |
| 3 | C64 | Commodore 64 blue/white |
| 4 | Amber | Phosphor amber monitor |
| 5 | Nord | Muted arctic pastels |
| 6 | Blood Moon | Deep red & orange |
fetch for npm API)trends.google.com directly and may rate-limit if called repeatedly--npm mode for unlimited local testingFAQs
Cyberpunk Google Trends visualizer in your terminal
We found that tui-trends 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.