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

vue-formular

Package Overview
Dependencies
Maintainers
1
Versions
196
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-formular - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

2

package.json
{
"name": "vue-formular",
"description": "a comprehensive vue.js form component",
"version": "0.0.9",
"version": "0.0.10",
"keywords": [

@@ -6,0 +6,0 @@ "vue",

@@ -19,9 +19,7 @@ # Vue Formular

# Installation (using `browserify`)
# Installation
Requires two transforms: `stringify` and `require-globify`.
npm install vue-formular
Require the script:
Require the script. Compilation Requires two `browserify` transforms: `stringify` and `require-globify`:

@@ -96,2 +94,7 @@ var VueFormular = require('vue-formular');

### Slots
All fields have a `beforeField` and `afterField` [slots](http://vuejs.org/guide/components.html#Named_Slots), which allow you to add custom HTML.
`vf-submit` has a similar `beforeButton` and `afterButton` slots.
## Validation

@@ -98,0 +101,0 @@

Sorry, the diff of this file is not supported yet

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