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

ghost-express-route-request-validator

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ghost-express-route-request-validator - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

lib/ghostValidators.js

6

lib/ghostExpressAbstractRouteRequestValidator.js
const Promise = require('bluebird');
const CustomValidators = require('./customValidators');
const GhostValidators = require('./ghostValidators');
class GhostExpressAbstractRouteRequestValidator {
constructor () {
this.CustomValidators = CustomValidators;
constructor (validators) {
this.GhostValidators = GhostValidators;
}

@@ -9,0 +9,0 @@

{
"name": "ghost-express-route-request-validator",
"version": "1.0.4",
"version": "1.0.5",
"description": "extension of express-validator",

@@ -5,0 +5,0 @@ "main": "index.js",

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