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

js-laravel-validation

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-laravel-validation - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

8

package.json
{
"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

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