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

@rein-dev/rein

v0.3.0

Published

A deterministic control plane for coding agents. The agent does the work; rein decides whether it is done.

Readme

rein

A deterministic control plane you drop into any project: a layer of machine checks that sits outside your coding agent rather than replacing it.

The agent does the work. rein decides whether it is done — by running the check the ticket was born with, in a fresh subprocess, and recording what happened. "I've finished" becomes a request rather than a conclusion.

npm install -g @rein-dev/rein
rein --help

This package is a small launcher. The binary for your platform arrives as an optional dependency that npm skips everywhere it does not apply, so there is no install script and nothing is downloaded after the fact.

rein self-update will notice it was installed this way and print the command for your package manager rather than replacing a file npm is tracking.

What rein does not do

rein runs the commands your project registered — the check on a ticket, the project checks, the scripts in .rein/checks.d. This is the same thing npm test does with the scripts in your package.json. There is no allow-list, because rein is not a new kind of exposure; it is one more member of a category every build tool is already in. Do not run it in a repository you would not run those in.

rein does not stop somebody who can already write your files. Anyone able to edit .rein/tickets.json can write passing into it. The promise is narrower and more useful: a forged green does not survive. The next full gate re-runs that check and marks it stale, and all of it is in git.

Links

  • Releases, checksums and issues: https://github.com/rockychang7/rein-releases

The source is not public. The binaries are free to use and to redistribute unmodified; see LICENSE.