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 0.0.32 to 0.0.33

2

lib/validation/rules/required.js
module.exports = function(that) {
return !!(that.value && that.value.length>0); //.trim();
return !!(that.value && (typeof that.value=='object' || that.value.length>0)); //.trim();
}
{
"name": "vue-formular",
"description": "a comprehensive vue.js form component",
"version": "0.0.32",
"version": "0.0.33",
"keywords": [

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc