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

express-validator

Package Overview
Dependencies
Maintainers
3
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-validator - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

2

index.d.ts

@@ -298,3 +298,3 @@ // Type definitions for express-validator 3.0.0

export interface ExpressValidatorOptions {
customValidators?: { [validatorName: string]: (value: any) => boolean }
customValidators?: { [validatorName: string]: (...value: any[]) => boolean }
customSanitizers?: { [sanitizername: string]: (value: any) => any }

@@ -301,0 +301,0 @@ errorFormatter?: (param: string, msg: string, value: any) => {param: string, msg: string, value: any}

@@ -14,3 +14,3 @@ {

],
"version": "3.1.1",
"version": "3.1.2",
"homepage": "https://github.com/ctavan/express-validator",

@@ -17,0 +17,0 @@ "license": "MIT",

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