Socket
Socket
Sign inDemoInstall

vue-formular

Package Overview
Dependencies
66
Maintainers
1
Versions
196
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.91 to 1.1.92

lib/components/methods/dispatch.js

3

lib/components/mixins/methods.js

@@ -12,4 +12,5 @@ module.exports ={

getForm: require('../methods/get-form'),
getField: require('../methods/get-field')
getField: require('../methods/get-field'),
dispatch: require('../methods/dispatch')
}
}

@@ -57,7 +57,9 @@ var isEqual = require('../../helpers/is-equal');

form.dispatch('change::' + this.name, {name:this.name,
var dispatcher = inForm?form:this;
dispatcher.dispatch('change::' + this.name, {name:this.name,
field:this,
value:newVal,
oldValue:oldVal});
form.dispatch('change', {name:this.name,
dispatcher.dispatch('change', {name:this.name,
field:this,

@@ -64,0 +66,0 @@ value:newVal,

{
"name": "vue-formular",
"description": "a comprehensive vue.js form component",
"version": "1.1.91",
"version": "1.1.92",
"keywords": [

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc