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

flowise-invinoveritas

v0.8.1

Published

Flowise components for invinoveritas — the verification layer for autonomous agents: capital-scale-aware /review before an irreversible action, signed /prove after, and a public verdict track record (committed before the outcome it's graded against; recom

Readme

Flowise Components for invinoveritas

invinoveritas is the verification layer for autonomous agents — a neutral verdict before an irreversible action (/review), a signed proof after (/prove), and a public, Nostr- and Bitcoin-anchored track record (/ledger) you can audit without trusting us. The /review step runs automatically inside your flow — it returns a verdict (approve / approve_with_concerns / reject) your workflow reads and branches on; it's advisory and non-blocking (degrades to review_unavailable rather than stalling the run). It informs your flow's decision, it doesn't impose one — wire it wherever you want, with or without a human step elsewhere. The verdict is committed before the outcome it's graded against (recomputable from public data, no TEE, no trusted scorer). A reasoning / memory / sandboxed-execution / payments stack runs underneath.

Components:

  • invinoveritas Review (the proven front door) — capital-scale-aware approve/revise/reject verdict on a trade, diff, command, or plan, the same gate our own live Bitcoin bot passes before every entry. Set sign to attach a portable signed proof to your output.
  • invinoveritas Prove — a signed, independently-verifiable proof of a prior execution
  • invinoveritas Ledger — the public verdict track record (recomputable, Nostr- and Bitcoin-anchored)
  • invinoveritas Verify Proof (free trust handshake) — confirm a counterparty's signed proof without trusting them or us
  • invinoveritas Residence Act (the one-call governed bundle) — your home reasons + governs + remembers your intent in one call, with deterministic house rules
  • invinoveritas Markets Bundle — regime + live derivatives signals + ecosystem brief + optional governance review in one call, priced below the sum
  • invinoveritas Signals — live Hyperliquid derivatives signals (funding + 24h delta, basis, open interest, the vol-expansion regime our bot enters on, realized vol, BTC DVOL); free BTC teaser + paid multi-coin set. Facts-only, never advice
  • invinoveritas Regime — macro risk-off data feed (OOS-validated, facts-only)
  • invinoveritas Reason
  • invinoveritas Decision
  • invinoveritas Memory Store / Get / List / Delete (paid persistent agent memory — ~2 sats/KB store, ~1 sat/KB get, list & delete free)

Use these components to gate an agent's irreversible actions through an independent verdict, attach verifiable proofs to its output, and verify proofs it receives from other agents. Payments: Lightning, x402 (USDC on Base), or card. /verify-proof is free.

Requests include X-Invino-Integration: flowise for revenue attribution.