🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

n8n-nodes-data-validation

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-data-validation

This n8n community node validates input data using JSON Schemas.

1.0.1
latest
Version published
Maintainers
1
Created

How to

This n8n community node validates input data using JSON Schemas.

Visit https://ajv.js.org/ or https://json-schema.org/ to learn how to describe your validation rules in JSON Schemas.

Library development

Changing the supported Node version

  • Files to be changed
    • .nvmrc
    • Dockerfile.dev
    • package.json
      • engine field
      • @types/node version
    • tsconfig.base.json
    • .github/workflows/main.yml and other CI config files
  • delete all node_modules directories and package-lock.json files
  • run npm run install

FAQs

Package last updated on 27 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts