New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vue-form

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-form - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

2

package.json
{
"name": "vue-form",
"version": "3.0.0",
"version": "3.0.1",
"description": "Form validation for Vue.js",

@@ -5,0 +5,0 @@ "main": "dist/vue-form.js",

# vue-form
[![Build Status](https://travis-ci.org/fergaldoyle/vue-form.svg?branch=0.2.2)](https://travis-ci.org/fergaldoyle/vue-form)
[![Build Status](https://travis-ci.org/fergaldoyle/vue-form.svg?branch=master)](https://travis-ci.org/fergaldoyle/vue-form)

@@ -135,3 +135,3 @@ Form validation for Vue.js 2.0+

The `show` prop supports simple expressions which specifiy when erros should be displayed based on the current state of the field, e.g: `$dirty`, `$dirty && $touched`, `$dirty || $touched`
The `show` prop supports simple expressions which specifiy when messages should be displayed based on the current state of the field, e.g: `$dirty`, `$dirty && $touched`, `$dirty || $touched`, `$touched || $submitted`

@@ -284,3 +284,3 @@ ```html

* `tag` String which specifies what element tag should be rendered by the `validate` component, defaults to `span`
* `auto-label`: Automatically set `for` and `id` attributes of label and input elements found inside the `validate` component
* `auto-label`: Boolean, defaults to false. Automatically set `for` and `id` attributes of label and input elements found inside the `validate` component

@@ -292,4 +292,8 @@ #### field-messages

* `show`: String, show error dependant on form field state e.g. `$touched`, `$dirty || $touched`, '$touched || $submitted'
* `auto-label`: Automatically set the `for` attribute of labels found inside the `field-messages` component
* `auto-label`: Boolean, defaults to false. Automatically set the `for` attribute of labels found inside the `field-messages` component
#### field
* `tag` String, defaults to `div`
* `auto-label`: Boolean, defaults to true. Automatically set `for` and `id` attributes of label and input elements found inside the `validate` component
### Config

@@ -296,0 +300,0 @@ Set config options using `vueForm.config`, defaults:

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