@appjumpstart/mercury-schema
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "@appjumpstart/mercury-schema", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "An Express/Connect-compatible middleware for validation and serialization using ajv and fast-json-stringify", | ||
@@ -20,2 +20,6 @@ "main": "index.js", | ||
"license": "ISC", | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:appjumpstart/mercury-schema.git" | ||
}, | ||
"dependencies": { | ||
@@ -27,3 +31,4 @@ "@ianwalter/base-error": "^1.1.0", | ||
"jest": "^22.4.3", | ||
"light-my-request": "^2.0.2" | ||
"light-my-request": "^2.0.2", | ||
"np": "^3.0.4" | ||
}, | ||
@@ -30,0 +35,0 @@ "jest": { |
@@ -6,3 +6,3 @@ # mercury-schema | ||
[![npm page][npm-image]][npm-url] | ||
[![appjumpstart chat][gitter-image]][gitter-url] | ||
[![Join the community on Spectrum][spectrum-image]][spectrum-url] | ||
@@ -62,3 +62,3 @@ ## About | ||
} else { | ||
res.status(400).send(req.validationError) | ||
res.status(400).send(req.validation) | ||
} | ||
@@ -88,3 +88,3 @@ } catch (err) { | ||
[npm-url]: https://www.npmjs.com/package/@appjumpstart/mercury-schema | ||
[gitter-image]: https://img.shields.io/gitter/room/appjumpstart/appjumpstart.svg | ||
[gitter-url]: https://gitter.im/appjumpstart | ||
[spectrum-image]: https://withspectrum.github.io/badge/badge.svg | ||
[spectrum-url]: https://spectrum.chat/appjumpstart/general |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
12182
0
3