UNPKG

screener

Version:

Recursively screen and whitelists javascript objects with optional and flexible validation/processing of fields. Useful for filtering documents fetched by Mongoose in Node.JS and for any REST API. Supports AMD and in-browser use, could be used to validate

25 lines (24 loc) 689 B
{ "name": "screener", "version": "0.0.7", "description": "Recursively screen and whitelists javascript objects with optional and flexible validation/processing of fields. Useful for filtering documents fetched by Mongoose in Node.JS and for any REST API. Supports AMD and in-browser use, could be used to validate and auto-fix form fields.", "main": "index.js", "scripts": { "test": "mocha test.js" }, "repository": { "type": "git", "url": "git@github.com:RushPL/node-screener.git" }, "keywords": [ "node", "screening", "whitelist", "filter", "objects", "rest", "mongoose" ], "author": "Damian Kaczmarek", "license": "BSD" }