kilvalidate 1.0.61 → 1.0.63
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -3
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
KilValidate
|
|
1
|
+
CDN Name : KilValidate ( Kil Validation)
|
|
2
2
|
|
|
3
3
|
This JavaScript package provides input field validation for web forms. It includes methods for validating various types of form fields, such as text fields, email, phone numbers, and custom patterns.
|
|
4
4
|
|
|
@@ -244,5 +244,4 @@ Customize the validation behavior further as needed (e.g., setting up custom err
|
|
|
244
244
|
Author: Vasu Birla kilvishbirla@gmail.com
|
|
245
245
|
|
|
246
246
|
You can include this script in your project via CDN:
|
|
247
|
-
|
|
248
|
-
<script src="https://cdn.jsdelivr.net/npm/kilcdn@latest/kilvish.js"></script>
|
|
247
|
+
<script src="https://cdn.jsdelivr.net/npm/kilvalidate@1.0.62/kilvish.min.js"></script>
|
package/package.json
CHANGED