Huge News!Announcing our $40M Series B led by Abstract Ventures.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 0.0.1 to 1.0.0

.npmignore

23

package.json
{
"name": "celebrate",
"version": "0.0.1",
"description": "A joi validation middleware for express.",
"main": "index.js",
"version": "1.0.0",
"description": "A joi validation middleware for Express.",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"lint": "belly-button -f",
"test": "npm run lint && lab -v -a code -p -c"
},

@@ -24,3 +25,15 @@ "repository": {

},
"homepage": "https://github.com/continuationlabs/celebrate#readme"
"homepage": "https://github.com/continuationlabs/celebrate#readme",
"dependencies": {
"insync": "2.x.x",
"joi": "8.4.x"
},
"devDependencies": {
"belly-button": "2.x.x",
"code": "3.x.x",
"lab": "10.x.x"
},
"engines": {
"node": ">=4.0.0"
}
}
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