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

n8n-nodes-flowproof

v0.1.0

Published

Validate that an n8n workflow imports cleanly — leaked credentials, missing/community nodes, version drift, broken connections. Offline, no API, no network.

Readme

n8n-nodes-flowproof

An n8n community node that validates a workflow export imports cleanly — before you ship it to a client, publish it, or trust one you downloaded. It catches the exact things that break shared templates on import:

  • 🔑 leaked credentials embedded in the JSON (must never ship)
  • 🧩 missing / community nodes not installed on the target instance
  • ⬆️ version drift (a node exported from a newer n8n than the importer runs)
  • 🪢 broken connections and structural corruption
  • ⚠️ deprecated nodes & parameters

Runs entirely inside your n8n. No API, no network, no credentials — your workflows never leave the instance.

Operations

  • Check — full diagnostic report (importable, fidelity_score, blockers, manual steps, required community packages, per-issue detail).
  • Verify — a pass/fail verdict + the blockers, designed to gate a deploy (toggle Fail Node on NOT-Importable to stop a run).

Why trust the verdict

FlowProof's verdicts are arbitrated against a live n8n import — in testing against 20 real workflows from 3 sources, the check matched the live importer with 0 mismatches. This node re-implements that same logic in TypeScript and a CI parity test asserts it agrees with the reference engine on every fixture.

The free CLI version (Python, MIT) lives at https://github.com/AkuchiS/flowproof. FlowProof Pro goes further: it repairs the workflow and hands you an import-ready file + a content-hashed "FlowProof Checked" certificate + a client-ready handover.

Install

Community Nodes (self-hosted): Settings → Community Nodes → Installn8n-nodes-flowproof.

Status: actively maintained — issues and pull requests welcome.


An AkuchiS tool, operated by DIME. Private-by-design — runs on your machine; we host nothing and see no data. · MIT