Returns true if a value is a valid instance of Base.
Wrapper around is-valid-instance and is-registered for validating `base` plugins. Returns true if `app` is a valid instance of base and a plugin is not registered yet.
Copy a descriptor from object A to object B
A function to check whether a prop is valid for HTML and SVG elements
A library for manipulating IPv4 and IPv6 addresses in JavaScript.
Brand checking of React Elements.
Return true if a value is a valid glob pattern or patterns.
JSON for Humans
Detect if a string is a data URL
string-argv parses a string into an argument array to mimic process.argv. This is useful when testing Command Line Utilities that you want to pass arguments to.
Give me a string and I'll tell you if it's a valid npm package name
Convert a string to a valid JavaScript identifier
Returns true if a value has the characteristics of a valid JavaScript data descriptor.
Remove aliases from a GraphQL document
A [JSONSchema](https://json-schema.org/) validator that uses code generation to be extremely fast.
A tidy ISO 8601 date formatter and parser
Returns true if a file path does not contain any invalid characters.
Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet
A JavaScript implementation of a extendable, fully compliant JSON Schema validator.
Given a response from the npm security api, render it into a variety of security reports
Astro’s [Go](https://golang.org/) + WASM compiler.
Work with IANA language tags.
A ridiculously light-weight argument validator (now browser friendly)
Contract between the CLI and authentication plugins, for the exchange of AWS credentials
An independent validator that validates attribute presence, string format and attribute type.
Variable name is an important key for developers to understand what codes do. This cope checks instance variable names.
Apply ActiveModel validations at a model instance level
Includes optional reader/writer delegation and unobtrusive errors validation
DESCRIPTION ON THE WAY! :)
Validy - simple way to turn ruby instance(object) into validateable object with useful validity helpers
Need a simple, consistent way to create model instances and check validations in your ActiveRecord 3.1+ tests? Use the Modelizer. Just don't trust the docs, since lots changed in 5.x and I got lazy.
Retrieve an up to date list of valid AWS EC2 Instance Types directly from Amazon Web Services official site.
Retrieve an up to date list of valid AWS RDS Instance Types directly from Amazon Web Services official site.
Compose configurations for any class.
Base62 monkeypatches Integer to add an Integer#base62_encode instance method to encode an integer in the character set of 0-9 + A-Z + a-z. It also monkeypatches String to add String#base62_decode to take the string and turn it back into a valid integer.
Config. Defined as a class. Used as an instance. Support for inheritance and composition. Lazy instantiation. Thread-safe. Command-style DSL. Validation layer. Support for YAML, TOML, JSON, __END__, ENV. Extremely simple to define. Extremely simple to use.