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-truora

v1.1.3

Published

n8n nodes for Truora APIs: Validators, Checks, and Digital Identity (Connect)

Readme

n8n-nodes-truora

Single, consolidated n8n community node for all Truora APIs: Validators, Checks, and Digital Identity (Connect).

Truora

Features

  • Validators: create/get/perform validations (document, face, email, phone, name, address, identity, background)
  • Enrollments: create/get/update (face/email/phone)
  • Checks: create/get background checks (person, vehicle, company, custom)
  • Connect (Digital Identity): generic request helper
  • OpenAPI (All): dropdowns to explore and call any endpoint from Truora’s OpenAPI specs (grouped by API/method/category)

Installation

Via n8n (recommended)

  1. In your n8n instance, go to Settings → Community Nodes
  2. Install package: n8n-nodes-truora

Via npm

npm install n8n-nodes-truora

Credentials

Create credentials of type “Truora API”. Fields:

  • API Key: sent in Truora-API-Key header
  • Environment: sandbox or production (affects Validators base URL)
  • Checks Base URL (optional): defaults to https://api.checks.truora.com
  • Connect Base URL (optional): defaults to https://api.connect.truora.com
  • Fingerprint Authorization Token (optional): for Connect endpoints that require it

Node overview

  • Resource: Validation, Enrollment, Check, Generic (Connect), OpenAPI (All)
  • OpenAPI (All): choose API + Method → Category → Endpoint. Optionally override path, add headers (JSON), query, and body (JSON).

Usage examples

Create a document validation (Validators)

  • Resource: Validation
  • Operation: Create
  • Fields: accountId, validatorType = document-validation, documentType, countryCode, document images

Create a background check (Checks)

  • Resource: Check
  • Operation: Create
  • Fields: country, type, userAuthorized, additionalFields (e.g., national_id, first_name, last_name)

Call any endpoint (OpenAPI All)

  • Resource: OpenAPI (All)
  • API + Method + Category → Endpoint
  • Optional: Path override, Headers (JSON), Query, Body (JSON)

Development

# install
npm i

# build (generates endpoints JSON from openapipreprocessed.json and copies assets)
npm run build

# lint / format
npm run lint
npm run format

The OpenAPI endpoints dropdown is generated from the repository’s openapipreprocessed.json using scripts/build_endpoints.js. If you update the OpenAPI files, rerun a build to refresh the list.

Publish

npm version patch   # or minor/major
npm publish --access public

Links

  • ZapSign node (digital signature): https://github.com/ZapSign/n8n-nodes-zapsign
  • Truora docs: https://dev.truora.com/

License

MIT