Express framework json object(req) validator.
Generates express validators/routers/controllers in Typescript using an OpenAPI 3 spec.
Composable middleware builders for Express validators
An unopinionated OpenAPI framework for express
Validators for Vuelidate
Validates XML name productions — Name, NCName, QName, NMToken, NMTokens — for XML 1.0 and 1.1
Fast, unopinionated, minimalist web framework
A tiny runtime library for type assertions
Basic IP rate-limiting middleware for Express. Use to limit repeated requests to public APIs and/or endpoints such as password reset.
A collection of EmberJS validators
Form Validation for Vue.js
Validation for your environment variables
Lint an npm or yarn lockfile to analyze and detect issues
TypeScript definitions for express
Simple, lightweight model-based validation for Vue.js
No description provided.
OpenTelemetry instrumentation for `express` http web application framework
The validation of data is an essential part of an application, used in api endpoints, input data validation, ... just to name a few examples. Most commonly in nodejs the express validators, joi validators, or class validators are used. This library is a l
Common methods and constants for the NEAR API JavaScript client
Validates the path expressions for the Amazon States Language
TypeScript definitions for express-serve-static-core
*Note*: This package is not meant to be used directly by the end user. It is a dependency for the Studio Experiences packages. Changes to this package are not guaranteed to follow semantic versioning and may break without notice if used directly.
Express preset for conventional-changelog.
Express middleware for the validator module.
A collection of Regular Expression validations
Validate a regular expression string against what ECMA-262 can actually do.
A chainable guard clause DSL for validating method preconditions with built-in checks for nil, empty, numeric bounds, type checking, range, length, regex matching, inclusion, custom predicates, string prefix/suffix, and soft mode error collection.
This gem allows you to express the validations in your models as JSON objects, so that you can implement them as client side validations.
Validate an email address using RFC 822 pattern match regex regular expressions
A simple Ruby gem that validates email addresses based on regular expressions.
Email address validation using RFC 822 pattern matching regular expressions
An ActiveModel extension for more expressive validations reflection
This gem is a United States phone number validator. This gem uses a complex regular expression that can validate any United States phone number. Check out the documentation under the links section to see how to use this gem.
This gem contains a module of regular expressions objects for consistent validation and business logic.
Ruby Gem to make a validation of a variable or a hash, based on regular expressions or own pre-defined validation templates in an easy way. See full documentation on GitHub.
PIC is a pattern matching library, like regular expressions, based on Cobol edited pictures. It's advantage over regular expressions is it more concise syntax which geared specifically toward validation of user input.