awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
nettofarah avatar

nettofarah/property-validator

0
View on GitHub↗
158 星标·9 分支·JavaScript·2 次浏览

Property Validator

:white_check_mark: Easy property validation for JavaScript, Node and Express.

Features

  • Data Validation - Property validation for web applications.
  • Data Validation - Easy property validation for Express and Node.

Star 历史

nettofarah/property-validator 的 Star 历史图表nettofarah/property-validator 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Property Validator 的开源替代方案

相似的开源项目,按与 Property Validator 的功能重合度排序。
  • ianstormtaylor/superstructianstormtaylor 的头像

    ianstormtaylor/superstruct

    7,141在 GitHub 上查看↗

    Superstruct is a JavaScript and TypeScript data validation library used to verify that data structures match defined shapes and types. It functions as a composable schema builder and a TypeScript schema validator, ensuring that runtime data checks remain synchronized with static type definitions. The library features a data coercion engine that transforms input values or injects default values before the validation process is executed. It enables the creation of complex validation rules by nesting, merging, or omitting properties from existing structures. Its capabilities cover the validatio

    TypeScriptinterfacejavascriptschema
    在 GitHub 上查看↗7,141
  • alecthomas/voluptuousalecthomas 的头像

    alecthomas/voluptuous

    1,845在 GitHub 上查看↗

    CONTRIBUTIONS ONLY: Voluptuous, despite the name, is a Python data validation library.

    Python
    在 GitHub 上查看↗1,845
  • colinhacks/zodcolinhacks 的头像

    colinhacks/zod

    43,036在 GitHub 上查看↗

    Zod is a TypeScript-first schema declaration and validation library designed to ensure end-to-end data integrity. It functions as a runtime type guard, allowing developers to define complex data structures through a declarative, chainable syntax. By using these schema definitions, the library automatically derives static TypeScript types, eliminating the need for manual type duplication and ensuring that runtime data matches expected application contracts. The library distinguishes itself through functional schema composition, which enables the creation of hierarchical structures by nesting a

    TypeScriptruntime-validationschema-validationstatic-types
    在 GitHub 上查看↗43,036
  • jquense/yupjquense 的头像

    jquense/yup

    23,673在 GitHub 上查看↗

    Yup is a JavaScript schema validation library used to define data shapes and validate runtime values. It functions as an object schema validator and a data coercion engine, allowing developers to transform raw input values into desired types before performing validation checks. The library is distinguished by its support for dynamic schema validation, where rules can be adjusted at runtime based on sibling field values or external context. It also enables recursive data structuring for polymorphic fields and provides a system for extracting static TypeScript interfaces from runtime schema def

    TypeScript
    在 GitHub 上查看↗23,673
查看 Property Validator 的所有 30 个替代方案→

常见问题解答

nettofarah/property-validator 是做什么的?

:whitecheckmark: Easy property validation for JavaScript, Node and Express.

nettofarah/property-validator 的主要功能有哪些?

nettofarah/property-validator 的主要功能包括:Data Validation。

nettofarah/property-validator 有哪些开源替代品?

nettofarah/property-validator 的开源替代品包括: jquense/yup — Yup is a JavaScript schema validation library used to define data shapes and validate runtime values. It functions as… keleshev/schema — Schema validation just got Pythonic. colinhacks/zod — Zod is a TypeScript-first schema declaration and validation library designed to ensure end-to-end data integrity. It… ianstormtaylor/superstruct — Superstruct is a JavaScript and TypeScript data validation library used to verify that data structures match defined… alecthomas/voluptuous — CONTRIBUTIONS ONLY: Voluptuous, despite the name, is a Python data validation library. mafintosh/is-my-json-valid — A JSONSchema validator that uses code generation to be extremely fast.