Validate object properties in javascript.
Loosely validate an event.
Validate identifier/keywords name
Validate plugin/preset options
TypeScript definitions for validate-npm-package-name
Javascript type validate
validate SPDX license expressions
BundleStats webpack validate plugin
validate form asynchronous
TypeScript definitions for utf-8-validate
cron-validate is a cron-expression validator written in TypeScript.
vee-validate integration with zod schema validation
Validate form asynchronous
Validate glob options
TypeScript definitions for uuid-validate
Validate JSON
Validate parent-child nesting for HTML elements
Official vee-validate nuxt module
Validate a date
Runtime library to validate data against TypeScript interfaces
Validate Documents in GraphQL Inspector
remark plugin to validate links to headings and files
Parse, validate, manipulate, and display dates
Validate XML, Parse XML, Build XML without C/C++ based libraries
A library to easily validate user input
A powerful and flexible Rust library based on procedural macros for validation, modification, and DTO (Data Transfer Object) handling. Designed to integrate seamlessly with Axum. Inspired by Validator, Validify and Garde.
Keyscope is a key and secret workflow
Core components for Reinhardt framework
This library is designed for validating and modeling user input. The crate includes models, functions, traits, errors, and other dependencies.
JSON Schema based validation tool using serde.
Basic type for validator and validator_derive
Common validation functions (email, url, length, ...) and trait - to be used with `validator_derive`
Common validation functions (email, url, length, ...) and trait - to be used with `validator_derive`
Macros 1.1 implementation of #[derive(Validate)]
Macros 1.1 implementation of #[derive(Validate)]
Type-safe runtime validation library for Rust, inspired by Zod
Library for validating urls in Rails.
Library for validating email addresses in Rails 3 models.
Simple, powerful, and constraint-based validation
Validations is a library for validating data structures.
validate-website is a web crawler for checking the markup validity with XML Schema / DTD and not found urls.
Provides a clean DSL to validate params for controller actions.
Interface and protocol for validating and validation discovery
Adds validation methods considering different country zip code formats. Currently, we can validate 130 countries.
Automatically validate limits for ActiveRecord attributes.
Allow for validation of only some attributes
Add Japanese validators
This gem allows similar ActiveRecord validates_* commands to be grouped together in blocks and pruned of repeated parameters. How often have you had a block of validation commands in an ActiveRecord object that are repeated, especially :id or :unless options? Does this look familiar? validates_presence_of :hair, :hair_color, :unless => :bald? validates_length_of :hair, :within => 3..15, :unless => :bald? validates_inclusion_of :hair_color, :in => HAIR_COLORS, :unless => bald? Instead, this gem will allow you to replace the above code with: validate_block :unless => :bald? do presence_of :hair, :hair_color length_of :hair, :within => 3..15 inclusion_of :hair_color, :in => HAIR_COLORS end ..which is a great way to DRY your :hair, don't you think? Basically, this gem 1) removes the requirement to have 'validates_' on the front of the commands and 2) passes the options on the validate_block command to each validation command inside the block. The syntax of the validation commands remains the same. Keeping the 'validates_*' prefix on the commands inside the block _will_ work but it is not required.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.