🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

fvalid

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fvalid

validate nested objects with functions

latest
Source
npmnpm
Version
0.0.5
Version published
Weekly downloads
1
-90.91%
Maintainers
1
Weekly downloads
 
Created
Source

fvalid.js

NPM version Bower version build status

Validate nested objects with functions

npm install --save-dev fvalid
bower install fvalid

fvalid utilizes ECMA-262 5th edition functions like reduce. It does not depend on any other modules.

The test suite has usage examples, including a toy micro-blog post format validator. The author developed fvalid to underpin data validations for the Common Form project, which includes some examples of use with recursive schemata and highly contextual validations, such as prohibitions on elements of the same type appearing contiguously in certain lists.

Developers shopping for a JavaScript validation library should also consider JSON Schema and Joi.

Keywords

validation

FAQs

Package last updated on 19 Jan 2015

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