js-laravel-validation
Advanced tools
Comparing version 1.1.4 to 1.1.5
{ | ||
"name": "js-laravel-validation", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "Laravel style form validation for JavaScript", | ||
@@ -14,3 +14,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/c-mcg/js-laravel-validation.git" | ||
"url": "git+https://github.com/niknakbakpak/js-laravel-validation.git" | ||
}, | ||
@@ -28,5 +28,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/c-mcg/JS-Laravel-validation/issues" | ||
"url": "https://github.com/niknakbakpak/JS-Laravel-validation/issues" | ||
}, | ||
"homepage": "https://github.com/c-mcg/JS-Laravel-validation#readme", | ||
"homepage": "https://github.com/niknakbakpak/JS-Laravel-validation#readme", | ||
"devDependencies": { | ||
@@ -33,0 +33,0 @@ "@babel/cli": "^7.2.0", |
@@ -1,2 +0,2 @@ | ||
# js-laravel-validation [![npm version](https://badge.fury.io/js/js-laravel-validation.svg)](https://badge.fury.io/js/js-laravel-validation) [![Build Status](https://travis-ci.org/c-mcg/js-laravel-validation.svg?branch=master)](https://travis-ci.org/c-mcg/js-laravel-validation) | ||
# js-laravel-validation [![npm version](https://badge.fury.io/js/js-laravel-validation.svg)](https://badge.fury.io/js/js-laravel-validation) [![Build Status](https://travis-ci.org/niknakbakpak/js-laravel-validation.svg?branch=master)](https://travis-ci.org/niknakbakpak/js-laravel-validation) | ||
@@ -39,5 +39,5 @@ Useful for having consistent server side and client side validation with Laravel | ||
| ------------- | ------------- | | ||
| [validateForm(options)](https://github.com/c-mcg/js-laravel-validation/blob/master/docs/validateForm.md) | Takes a number of options to validate the form data | | ||
| [setMessageHandler(rule, createMessage)](https://github.com/c-mcg/js-laravel-validation/blob/master/docs/setMessageHandler.md) | Sets or replaces the current message handler for the specified rule | | ||
| [setMessageHandlers(messages)](https://github.com/c-mcg/js-laravel-validation/blob/master/docs/setMessageHandlers.md) | Replaces multiple message handers | | ||
| [validateForm(options)](https://github.com/niknakbakpak/js-laravel-validation/blob/master/docs/validateForm.md) | Takes a number of options to validate the form data | | ||
| [setMessageHandler(rule, createMessage)](https://github.com/niknakbakpak/js-laravel-validation/blob/master/docs/setMessageHandler.md) | Sets or replaces the current message handler for the specified rule | | ||
| [setMessageHandlers(messages)](https://github.com/niknakbakpak/js-laravel-validation/blob/master/docs/setMessageHandlers.md) | Replaces multiple message handers | | ||
@@ -44,0 +44,0 @@ ## Missing Rules |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
39839
0