mac- / ratify

A Hapi plugin for validating the schema of path, query, request body, and response body params using JSON-schema
MIT License
71 stars 27 forks source link

validation: fix add support validating query objects that do not extend Object.prototype #52

Closed alexcorre closed 7 years ago

alexcorre commented 7 years ago

Fixes #51. Updated unit tests to pass for node v6. Still passing for node v4.