express-validate-schema
Advanced tools
Comparing version 2.0.0 to 2.1.0
{ | ||
"name": "express-validate-schema", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "a simple express middleware to validate the request/response objects (body, params, querystring and headers) againts an object schema with joi", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -7,3 +7,3 @@ # express-validate-schema | ||
[![Build Status](https://img.shields.io/badge/build-passing-brightgreen.svg?style=flat-square)](https://travis-ci.org/joaquimserafim/express-validate-schema)![Code Coverage 100%](https://img.shields.io/badge/code%20coverage-100%25-green.svg?style=flat-square)[![ISC License](https://img.shields.io/badge/license-ISC-blue.svg?style=flat-square)](https://github.com/joaquimserafim/express-validate-schema/blob/master/LICENSE)[![NodeJS](https://img.shields.io/badge/node-6.1.x-brightgreen.svg?style=flat-square)](https://github.com/joaquimserafim/express-validate-schema/blob/master/package.json#L54) | ||
[![Build Status](https://travis-ci.org/joaquimserafim/express-validate-schema.svg?branch=master)](https://travis-ci.org/joaquimserafim/express-validate-schema)[![Coverage Status](https://coveralls.io/repos/github/joaquimserafim/express-validate-schema/badge.svg?branch=master)](https://coveralls.io/github/joaquimserafim/express-validate-schema?branch=master)[![ISC License](https://img.shields.io/badge/license-ISC-blue.svg?style=flat-square)](https://github.com/joaquimserafim/express-validate-schema/blob/master/LICENSE)[![NodeJS](https://img.shields.io/badge/node-6.1.x-brightgreen.svg?style=flat-square)](https://github.com/joaquimserafim/express-validate-schema/blob/master/package.json#L55) | ||
@@ -10,0 +10,0 @@ [![JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7602