node-screener
node-screener copied to clipboard
Recursively screen (whitelist) javascript objects with optional and flexible validation of fields. Useful for filtering documents fetched by Mongoose in Node.JS and for any REST APIs.
Results
1
node-screener issues
Sort by
recently updated
recently updated
newest added
Thanks for creating screener, I'm using it for our mobile API. I have an `offer` object and my filter looks like this ``` js module.exports = { _id: true, title:...