
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.
Interactive dependency updater for npm, pnpm, yarn, and bun
ripen --all lists every dependency, not just outdated ones (great for checking changelogs or downgrading)@heroui/*) togethernpm install -g ripencli@latest
# or
pnpm add -g ripencli@latest
# or
yarn global add ripencli@latest
# or
bun add -g ripencli@latest
# Check current project
ripen
# Check global packages (scans npm, pnpm, and yarn)
ripen -g
# Show all packages, not just outdated ones
ripen --all
# Help
ripen --help
| Key | Action |
|---|---|
↑ ↓ | Navigate packages |
space | Toggle select |
v | Pick specific version |
c | View changelog / release notes |
enter | Update selected packages |
s | Open settings |
esc | Cancel / go back |
package.json and checks each dependency against the npm registry directlybun.lock, pnpm-lock.yaml, package-lock.json, or yarn.lock) for running updates--all to show every package, including up-to-date ones)v on any package to pick a specific version from the npm registryc to see GitHub release notes between your current and target versionPress s to open the settings screen. Settings are persisted at ~/.config/ripen/config.json.
| Setting | Default | Description |
|---|---|---|
| Sort by update frequency | Off | Packages you update often appear at the top |
| Separate dev dependencies | On | Show dependencies and devDependencies in separate groups |
| Enable scope grouping | Off | Group scoped packages under their scope prefix |
| Show grouped scopes on top | Off | Grouped scopes appear before ungrouped packages |
| Grouped scopes | — | List of scopes to group (e.g. @heroui, @radix-ui) |
When using ripen -g, all available package managers (npm, pnpm, yarn) are checked in parallel so you see every global package in one place. Bun is not included in global checking because it doesn't provide a JSON output for its outdated command.
MIT
FAQs
Interactive dependency updater for npm, pnpm, yarn, and bun
We found that ripencli 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.