Socket
Socket
Sign inDemoInstall

vee-validate

Package Overview
Dependencies
Maintainers
1
Versions
339
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vee-validate - npm Package Compare versions

Comparing version 1.0.0-beta.5 to 1.0.0-beta.6

6

contributing.md

@@ -28,5 +28,5 @@ # Contributing to Vee-Validate

- `test` contains the test files for the project, it uses [avajs](https://github.com/avajs/ava) for testing. it contains a similar folder structure as the `src` folder.
- `docs` contains the source files for the documentation.
- `gh-pages` contains the built version of the documentation which is the live one. **Note:** The live docs are served from the `next` branch, master is out of sync for now.
If you want to contribute to the docs you can find it [here](https://github.com/logaretm/vee-validate-docs).
### Source Code

@@ -48,3 +48,3 @@

currently I'm not testing the directive and the mixin, I will work on adding those tests later.
Currently I'm not testing the directive and the mixin, I will work on adding those tests later if I can, help will be appreciated.

@@ -51,0 +51,0 @@ ### Building

{
"name": "vee-validate",
"version": "1.0.0-beta.5",
"description": "Simple VueJS input validation plugin",
"version": "1.0.0-beta.6",
"description": "Simple Vue.js input validation plugin",
"main": "dist/vee-validate.js",
"homepage": "http://vee-validate.logaretm.com",
"repository": "https://github.com/logaretm/vee-validate",

@@ -7,0 +8,0 @@ "scripts": {

@@ -6,7 +6,7 @@ # Vee-Validate

vee-validate is a lightweight plugin for [VueJS](https://vuejs.org/) that allows you to validate input fields, and display errors.
vee-validate is a lightweight plugin for [Vue.js](https://vuejs.org/) that allows you to validate input fields, and display errors.
**What makes it different is:** You don't have to do anything fancy in your app, most of the work goes into the html, You only need to specify for each input what kind of validators should be used when the value changes. You will then get informed of the errors for each field.
Although most of the validations occur automatically, you can use the validator however you see fit. The validator object has no dependencies and is a standalone object. This plugin is built with localization in mind. and currently there are over 20 validation rules available in the plugin. Read the [docs](https://logaretm.github.io/vee-validate/) for more info.
Although most of the validations occur automatically, you can use the validator however you see fit. The validator object has no dependencies and is a standalone object. This plugin is built with localization in mind. and currently there are over 20 validation rules available in the plugin. Read the [docs](http://vee-validate.logaretm.com/) for more info.

@@ -17,2 +17,4 @@ This plugin is inspired by [PHP Framework Laravel's validation](https://laravel.com/).

#### npm
```

@@ -27,4 +29,15 @@ npm install vee-validate --save

**Note:** The latest version of this plugin on npm will be pointing to the latest version that supports Vue 1.x until Vue 2.0 is released which is pretty soon.
#### bower
**Vue 1.0**:
```
bower install vee-validate#1.0.0-beta.6 --save
```
**Vue 2.0**:
```
bower install vee-validate#2.0.0-beta.11 --save
```
### Getting Started

@@ -64,3 +77,3 @@

Read the [documentation and examples](https://logaretm.github.io/vee-validate/).
Read the [documentation and demos](http://vee-validate.logaretm.com/).

@@ -67,0 +80,0 @@ ### Contributing

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