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 4.0.0 to 4.0.1

7

lib/index.js

@@ -43,4 +43,3 @@ 'use strict';

const validateBody = validateSource('body');
return (req, res, next) => {
const middleware = (req, res, next) => {
Series(null, [

@@ -59,2 +58,6 @@ validateSource('headers'),

};
middleware._schema = schema;
return middleware;
};

@@ -61,0 +64,0 @@

{
"name": "celebrate",
"version": "4.0.0",
"version": "4.0.1",
"description": "A joi validation middleware for Express.",

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

"belly-button": "3.x.x",
"code": "3.x.x",
"code": "4.x.x",
"joi": "10.x.x",

@@ -38,0 +38,0 @@ "lab": "11.x.x"

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