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 6.10.0 to 6.10.1

4

package.json

@@ -10,3 +10,3 @@ {

],
"version": "6.10.0",
"version": "6.10.1",
"homepage": "https://express-validator.github.io",

@@ -46,3 +46,3 @@ "license": "MIT",

"dependencies": {
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"validator": "^13.5.2"

@@ -49,0 +49,0 @@ },

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ValidationHalt = exports.contextsKey = void 0;
// Not using Symbol because of #813
exports.contextsKey = 'express-validator#contexts';

@@ -5,0 +6,0 @@ class ValidationHalt extends Error {

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