Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@appjumpstart/mercury-schema

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appjumpstart/mercury-schema - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

9

package.json
{
"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
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc