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

@renovatebot/pgp

v1.3.2

Published

PGP library for renovate

Readme

Renovate PGP

Renovate PGP library to decrypt pgp encrypted secrets. It uses Bouncy Castle under the hood.

Benchmarks

Benchmarks are computed on our workflow job using Vitest Benchmarking.

 ✓ test/test.bench.ts > decrypt 52644ms
     name              hz       min       max      mean       p75       p99      p995      p999     rme  samples
   · js-java       0.4580  2,176.53  2,192.50  2,183.49  2,187.23  2,192.50  2,192.50  2,192.50  ±0.17%       10
   · wasm-java    11.6627   83.2641   90.6778   85.7431   87.0643   90.6778   90.6778   90.6778  ±2.37%       10
   · wasm-dotnet   3.5100    281.38    294.01    284.90    285.21    294.01    294.01    294.01  ±0.95%       10
   · kbpgp         5.3614    184.19    191.10    186.52    186.57    191.10    191.10    191.10  ±0.91%       10
   · openpgp       136.11    7.0226    9.5628    7.3471    7.2888    9.5628    9.5628    9.5628  ±1.63%       69

 BENCH  Summary

  openpgp - test/test.bench.ts > decrypt
    11.67x faster than wasm-java
    25.39x faster than kbpgp
    38.78x faster than wasm-dotnet
    297.19x faster than js-java