jquery-validation
Advanced tools
Comparing version 1.19.3 to 1.19.4-pre
@@ -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 @@ =================== |
/*! | ||
* 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) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 7 instances in 1 package
1
269153
68
4893
1