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

@rederive/request

v0.1.0

Published

Verified-recompose of [email protected]'s PURE helper core (the deprecated HTTP client). The SIR firewall carves the pure leaves out of the HTTP effect spine; this package verifies the leaves, the spine is declared for trace-oracle follow-up.

Readme

@rederive/request

The verified pure helper core of [email protected] — the deprecated-but-still-everywhere HTTP client — re-derived from its real behavior.

request is a big, effectful library. The SIR firewall carves its thin pure layer out of a large HTTP effect spine. This package verifies the pure leaves and both effect-boundary classes (env reads, and the ordered HTTP emit/response trace). Re-deriving request.js's whole Request class verbatim remains the frontier — honest scope: the trace-oracle machinery is proven on request's choreography; the gap is the size of the real Request class, not the method.

Verified units — oracles stamped by executing the real [email protected], then re-derived with the original deleted, quorum 3/3 on a disjoint held-out set:

  • paramsHaveRequestBody(params) — does this request carry a body? Reproduces request's exact quirks: it returns the value, not a boolean ({multipart:[]}[]), and json:true does not count while json:{…} / json:'s' do.
  • toBase64(str) — the Basic-auth base64 core; null/undefined/''''.
  • getProxyFromURI(uri, env)EFFECT unit (env boundary). The original reads ambient process.env; here the env boundary is injected as the env parameter and verified by record/replay. Reproduces the real proxy logic: NO_PROXY wildcard/suffix-match canonicalization (oogle.comgoogle.com), host:port zones, http/https proxy-var precedence.
  • httpRequest(reqOpts, body, http)EFFECT / trace unit (net boundary). A representative model of request's HTTP spine, verified by a full record/replay trace oracle: the http transport is injected; the ordered EMIT (request → optional writeend) and the resolved response are checked against the recorded trace (order-sensitive — a unit that never ends times out, an unconditional write is caught). Verified by rdv check itself: the trace-boundary adapter lives in the OSS CLI, so the verifier never runs publisher-shipped harness code to check publisher code. (A representative model, not request.js verbatim.)
npm i -g rederive
rdv check   <path-to-this-package>     # re-run the held-out oracle + verify hashes
rdv resynth <path-to-this-package>     # rebuild src/ locally from the contract, quorum-verified

Apache-2.0 (request is Apache-2.0). Part of The rederive Promise: the tools that verify trust are open, forever.