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 1.2.30 to 1.2.40

16

lib/components/fields/date.js

@@ -45,2 +45,8 @@ var merge = require('merge');

default:'Clear'
},
nowButton:Boolean,
nowText:{
type:String,
required:false,
default:'Now'
}

@@ -156,2 +162,6 @@ },

},
setNow(e) {
e.stopPropagation();
this.setValue(moment());
},
setValue: function(val) {

@@ -161,9 +171,9 @@ if (typeof val!='object') {

}
this.value = val;
if (!this.noInput) {
this.formattedDate = val?val.format(this.format):'';
}
this.datepicker.data('daterangepicker').setStartDate(val.format(this.format));

@@ -170,0 +180,0 @@ this.datepicker.data('daterangepicker').setEndDate(val.format(this.format));

2

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

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

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