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.87 to 1.1.88

4

lib/components/methods/validate-remote.js

@@ -17,7 +17,5 @@ module.exports = function() {

if (this.inForm()) this.removeFormError(formError);
} else {
if (this.errors.indexOf("remote")==-1)
} else if (this.errors.indexOf("remote")==-1){
this.errors.push("remote");
if (this.inForm()) this.addFormError(formError,true);
}

@@ -24,0 +22,0 @@ });

{
"name": "vue-formular",
"description": "a comprehensive vue.js form component",
"version": "1.1.87",
"version": "1.1.88",
"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