Socket
Socket
Sign inDemoInstall

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 1.1.85 to 1.1.86

8

lib/components/fields/select.js

@@ -154,3 +154,5 @@ var merge = require('merge');

that.value = $(this).select2('val');
var value = $(this).val();
that.value = that.multiple?unique(value):value;
}).on("select2:unselecting", function(e) {

@@ -160,4 +162,4 @@ if (that.multiple) {

setTimeout(function() {
value = $this.select2('val');
that.value = value?value:[];
value = $this.val();
that.value = value?unqiue(value):[];
}, 0);

@@ -164,0 +166,0 @@ } else {

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

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

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