New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

celebrate

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

celebrate - npm Package Compare versions

Comparing version 7.0.4 to 7.0.6

10

package.json
{
"name": "celebrate",
"version": "7.0.4",
"version": "7.0.6",
"description": "A joi validation middleware for Express.",

@@ -14,3 +14,3 @@ "main": "lib/index.js",

"type": "git",
"url": "git+https://github.com/continuationlabs/celebrate.git"
"url": "git+https://github.com/arb/celebrate.git"
},

@@ -23,8 +23,8 @@ "keywords": [

],
"author": "Continuation Labs <contact@continuation.io> (http://continuation.io/)",
"author": "Adam Bretz <arbretz@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/continuationlabs/celebrate/issues"
"url": "https://github.com/arb/celebrate/issues"
},
"homepage": "https://github.com/continuationlabs/celebrate#readme",
"homepage": "https://github.com/arb/celebrate#readme",
"dependencies": {

@@ -31,0 +31,0 @@ "escape-html": "1.0.3",

@@ -6,5 +6,5 @@ ![Celebrate](https://github.com/continuationlabs/celebrate/raw/master/images/logo.png)

[![Current Version](https://img.shields.io/npm/v/celebrate.svg)](https://www.npmjs.org/package/celebrate)
[![Build Status](https://travis-ci.org/continuationlabs/celebrate.svg?branch=master)](https://travis-ci.org/continuationlabs/celebrate)
[![Build Status](https://travis-ci.org/arb/celebrate.svg?branch=master)](https://travis-ci.org/arb/celebrate)
[![belly-button-style](https://img.shields.io/badge/eslint-bellybutton-4B32C3.svg)](https://github.com/continuationlabs/belly-button)
[![belly-button-style](https://cdn.rawgit.com/continuationlabs/belly-button/master/badge.svg)](https://github.com/continuationlabs/belly-button)

@@ -18,3 +18,3 @@ `celebrate` is an express middleware function that wraps the [joi](https://github.com/hapijs/joi/tree/v12.0.0) validation library. This allows you to use this middleware in any single route, or globally, and ensure that all of your inputs are correct before any handler function. The middleware allows you to validate `req.params`, `req.headers`, `req.query` and `req.body` (provided you are using `body-parser`).

Wondering why *another* joi middleware library for express? Full blog post [here](https://blog.continuation.io/time-to-celebrate/).
Wondering why *another* joi middleware library for express? Full blog post [here](https://medium.com/@adambretz/time-to-celebrate-27ccfc656d7f).

@@ -21,0 +21,0 @@ ## express Compatibility

Sorry, the diff of this file is not supported yet

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