npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

diffhawk

v0.1.0

Published

Measure whether the AI code reviewer running on your repo is actually working. Built on a study of 1,112 repositories.

Readme

diffhawk

Measure whether the AI code reviewer running on your repo is actually working.

npx diffhawk score kubeedge/kubeedge
  Gemini on kubeedge/kubeedge  · 2026-04-28 → 2026-07-27

  65% of 26 decided comments led to a code change  (17 acted-on, 16 pending)
  census global for Gemini: 44%  — this repo is above average  ·  sharp — earning its place

  by severity
    critical     ████████░░░░░░░░   50%  2/4
    high         █████████████░░░   80%  4/5
    unknown      ██████████░░░░░░   65%  11/17

Why compare at all

Across 1,112 public repositories, AI reviewer comments led to a code change 43% of the time on average. That average is the problem, not the finding: per repository it ranges from 14% to 70%, and about 1 in 5 repos sit at 25% or below — some near zero. Their teams cannot tell, because the average is the only number they have seen.

The study, its method and its raw data.

Usage

npx diffhawk score <owner>/<repo> [options]

  --reviewer <name>   Score one reviewer (default: the most active)
  --prs <n>           Pull requests to inspect (default 120)
  --days <n>          Reporting window in days (default 90)
  --json              Emit the raw scorecard as JSON

Auth uses GITHUB_TOKEN, falling back to gh auth token. Read-only: it reads public pull requests and writes nothing.

How far to trust the number

"Acted on" means the code a comment points at changed afterwards, from GitHub's own thread state. That is a proxy for influence, not proof of correctness, and it is wrong in two known directions: a rebase touching the same lines counts when it should not, and a fix elsewhere in the file does not count when it should. Both biases are printed on every scorecard.

An attempt to validate that signal against commit history failed — the validation signal proved noisier than the thing it was validating. That is written up rather than hidden: EVAL.md.

Comments on still-open pull requests are excluded as undecided rather than counted as failures, and no verdict is issued below 10 decided comments.

Also available

  • GitHub Action — a weekly scorecard comment on your repo
  • Self-hosted — NestJS API + BullMQ workers + Postgres for fleet scale

Both in the main repository.

Apache-2.0.