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

@diffpal/diffpal-linux-arm64

v0.1.40

Published

@diffpal/diffpal binary for linux/arm64

Readme

DiffPal

ci diffpal-dev review npm license: MIT

Open-source AI pull request review that runs in your CI.

DiffPal is for teams that want AI review feedback without adopting a mandatory hosted review service. Bring Codex, Copilot, OpenCode, another supported provider, or any ACP-compatible agent, and keep one review workflow across GitHub, GitLab, and Azure DevOps.

Quickstart · Documentation · Security · GitHub

What Users Get

| Output | Where it shows up | | --- | --- | | PR/MR summary | GitHub reviews, GitLab summaries, Azure PR threads | | Actionable findings | Inline comments, discussions, or PR threads on changed lines | | Machine-readable artifacts | Findings JSON, summary Markdown, SARIF, and Code Quality reports | | Optional merge gates | CI exit status, checks, commit statuses, or PR statuses |

Why DiffPal

  • Runs in your CI: review happens in the workflow you already control.
  • Provider choice: use the default Codex copy-paste setup, another supported provider, or an ACP-compatible agent with the same DiffPal workflow.
  • Repository-owned configuration: review policy, instructions, artifacts, and gates live with the codebase.
  • No mandatory hosted service: DiffPal standardizes review output without requiring a hosted DiffPal review platform.

Minimal GitHub Quickstart

Generate a GitHub Actions config with the default Codex API-key recipe:

npx -y @diffpal/diffpal@latest init --wizard --setup codex-api-key --platform github

Add OPENAI_API_KEY as a repository secret, then copy the workflow:

OPENAI_API_KEY is a provider credential. DiffPal runs in your CI and sends review input to the provider you configure, so keep this secret out of untrusted fork PR jobs.

mkdir -p .github/workflows
cp examples/ci/github-actions/codex-api-key.yml .github/workflows/diffpal.yml

Open a same-repository pull request. After the first successful run, expect a DiffPal Review Summary, inline findings when actionable issues exist, and .artifacts/diffpal/findings.json in the workflow workspace.

For full setup details, provider alternatives, and fork PR guidance, use the GitHub quickstart.

Supported Integrations

| Host | Native outputs | Guide | | --- | --- | --- | | GitHub Actions | PR review summary, file-level review comments, SARIF | GitHub Actions | | GitLab CI | MR summary, discussions, Code Quality, SARIF, status | GitLab CI | | Azure Pipelines | PR summary thread, PR threads, PR status | Azure Pipelines | | Custom CI/CD | Artifact-only review, or publishing through a supported code host | Custom CI/CD |

GitHub users can also install the DiffPal Review action. Azure users can install the DiffPal Review extension.

Documentation By Goal

| Goal | Start here | | --- | --- | | Run the first GitHub review | GitHub quickstart | | Confirm the first run worked | Verify First Review | | Improve a working setup | Next Steps | | Understand the concepts | Concepts and Glossary | | Choose a provider or ACP agent | Providers | | Set up GitLab, Azure, or custom CI | Integrations | | Secure secrets and fork PRs | Secrets and fork PRs | | Tune review policy | Configuration reference | | Consume artifacts or schemas | Artifacts and findings schema | | Debug setup problems | Troubleshooting | | Get quick answers | FAQ | | Compare DiffPal to alternatives | Comparison guide |

Project Status

DiffPal is under active development. The public docs describe the current supported workflow and integration surface.

Contributing

Contributions are welcome. Start with CONTRIBUTING.md for local setup, verification commands, and repository conventions.

License

DiffPal is released under the MIT License.