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

@rushstack/rush-reporter

v0.3.1

Published

Canonical event protocol, reporter manager, and built-in reporters for Rush (public beta).

Readme

@rushstack/rush-reporter

Canonical event protocol, reporter manager, and built-in reporters for Rush.

This package is released as a public beta. Exported contracts may change before the stable release.

Bootstrap initialization failures close every destination whose initialization was attempted, including partially initialized reporters, before propagating the original failure. Abandoned handoff cleanup applies the 14-day retention window and a 20-session cap to files verifiably owned by the current user whose producer process has exited. Live/current handoffs, foreign files, and entries without verifiable ownership are not removed; timestamp ties are resolved by filename.

Bootstrap replay shares the frontend's canonical full-detail invocation log. That log remains unfiltered at debug level even with --reporter=file --log-level=normal; selected levels filter the visible reporter and explicit output destinations, not the canonical log.

An owned additional --output=json://stdout or --output=file://stdout also reserves stdout during bootstrap installation. Repository-implicit selection respects declared command-owned output controls. Old-engine capture forwards reentrant reporter writes without recapturing them, and version-selection messages containing installation paths are local-sensitive while ordinary status remains public.

Rush 5 keeps legacy terminal output by default. See the experimental Rush reporter guide for opt-in controls, reporter behavior, privacy boundaries, full-detail logs, bootstrap compatibility, and the reproducible repository demo.

Full-detail log completion

The frontend reports an invocation log as complete only after its accepted events and grouped output have been persisted and the file has closed successfully. Its final artifactAvailable notification is delivered to the remaining reporters after that close; it is not appended to the same closed log. The log retains command results and session completion, including failed commands. Flush or close failures leave the artifact incomplete or unavailable and produce an emergency warning without replacing the command's native exit result.

Shadow lifecycle compatibility

Error correlation uses external weak metadata, so frozen and non-extensible errors retain their original identity, cause, and properties. Correlation remains visible across bridge instances without keeping errors alive.

Rush command-line parse failures emit one session-scoped RUSH_COMMAND_FAILED diagnostic before completion. The original parser message is retained in the diagnostic's local-sensitive message parameter; native error rendering and exit codes remain unchanged. Operation registration observes the final iteration configuration, so unchanged watch operations do not produce visible shadow registration or status events.

Shadow parity

Rush's shadow session observer records the selected phased action's real cancellation state at completion. A gracefully stopped watch command therefore derives the existing logical cancelled outcome on subsequent observations, even when native Rush returns normally with process exit code 0. Legacy completion payloads and binary telemetry results continue to describe that native exit; shadow reporting does not change process status. The recorded cancellation state is reset when a new command starts.

Operation output parity tests compare raw terminal chunks, including stream identity and unnormalized ANSI text, as well as the actual bytes on each stdout/stderr stream.

Links

@rushstack/rush-reporter is part of the Rush Stack family of projects.