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

jquery-validation

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jquery-validation - npm Package Compare versions

Comparing version 1.19.3 to 1.19.4-pre

14

changelog.md

@@ -0,1 +1,15 @@

1.19.3 / 2021-01-09
===================
## Core
* CVE-2021-21252: fixed Regular Expression Denial of Service vulnerability (#2371)
* Replaced deprecated jQuery functions (#2335)
## Chore
* Add Accessibility section to Readme (#2149)
## Localization
* Add "pattern" translation for French (#2363)
* add phone validate translate for Turkish translation (#2343)
1.19.2 / 2020-05-23

@@ -2,0 +16,0 @@ ===================

4

dist/additional-methods.js
/*!
* jQuery Validation Plugin v1.19.3
* jQuery Validation Plugin v1.19.4-pre
*
* https://jqueryvalidation.org/
*
* Copyright (c) 2021 Jörn Zaefferer
* Copyright (c) 2022 Jörn Zaefferer
* Released under the MIT license

@@ -8,0 +8,0 @@ */

/*!
* jQuery Validation Plugin v1.19.3
* jQuery Validation Plugin v1.19.4-pre
*
* https://jqueryvalidation.org/
*
* Copyright (c) 2021 Jörn Zaefferer
* Copyright (c) 2022 Jörn Zaefferer
* Released under the MIT license

@@ -1053,2 +1053,6 @@ */

escapeCssMeta: function( string ) {
if ( string === undefined ) {
return "";
}
return string.replace( /([\\!"#$%&'()*+,./:;<=>?@\[\]^`{|}~])/g, "\\$1" );

@@ -1130,3 +1134,3 @@ },

$( element ).removeClass( this.settings.pendingClass );
if ( valid && this.pendingRequest === 0 && this.formSubmitted && this.form() ) {
if ( valid && this.pendingRequest === 0 && this.formSubmitted && this.form() && this.pendingRequest === 0 ) {
$( this.currentForm ).submit();

@@ -1133,0 +1137,0 @@

@@ -0,0 +0,0 @@ The MIT License (MIT)

@@ -5,3 +5,3 @@ {

"description": "Client-side form validation made easy",
"version": "1.19.3",
"version": "1.19.4-pre",
"homepage": "https://jqueryvalidation.org/",

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

@@ -5,3 +5,3 @@ [jQuery Validation Plugin](https://jqueryvalidation.org/) - Form validation made easy

[![release](https://img.shields.io/github/release/jquery-validation/jquery-validation.svg)](https://github.com/jquery-validation/jquery-validation/releases/latest)
[![Build Status](https://secure.travis-ci.org/jquery-validation/jquery-validation.svg)](https://travis-ci.org/jquery-validation/jquery-validation)
[![Build Status](https://github.com/jquery-validation/jquery-validation/actions/workflows/ci.yml/badge.svg)](https://github.com/jquery-validation/jquery-validation/actions/workflows/ci.yml)
[![devDependency Status](https://david-dm.org/jquery-validation/jquery-validation/dev-status.svg?theme=shields.io)](https://david-dm.org/jquery-validation/jquery-validation#info=devDependencies)

@@ -8,0 +8,0 @@ [![jsDelivr Hits](https://data.jsdelivr.com/v1/package/npm/jquery-validation/badge?style=rounded)](https://www.jsdelivr.com/package/npm/jquery-validation)

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