I made revera, a tool that scores NPM packages before you blindly install them

작성자

카테고리:

← 피드로
DEV Community · Aarav Maloo · 2026-07-06 개발(SW)

Aarav Maloo

Ever installed an npm package without really knowing what you were pulling into your project? I did too, and it bugged me enough that I built Revera.
Revera scores any npm package using a weighted algorithm across maintainability, trust signals, release history, download trends, and more, giving you a single, explainable score before you npm install blindly.
Some of the features I’m proud of:

🔍 why breaks down exactly why a package scored the way it did
🩺 doctor checks that your setup is healthy
⚡ 24h local caching for speed
🔐 GitHub login for higher rate limits
⚙️ Fully customizable scoring config
📂 audit scans your working directory and scores everything at once

It’s still evolving, though, the algorithm isn’t perfect yet, but it’s getting close, and every bit of feedback (good or brutal) helps me improve it.
Would genuinely love for you to try it out:
📦 npm: https://www.npmjs.com/package/@aaravmaloo/revera
💻 GitHub: https://github.com/aaravmaloo/revera

원문에서 계속 ↗

코멘트

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다