New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vue3-form-validation

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue3-form-validation - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

12

dist/composable/useValidation.js

@@ -59,3 +59,5 @@ import { isReactive, reactive, watch } from 'vue';

}
transformFormData(form, value);
if (typeof value === 'object') {
transformFormData(form, value);
}
});

@@ -69,3 +71,5 @@ }

}
cleanupForm(form, value);
if (typeof value === 'object') {
cleanupForm(form, value);
}
});

@@ -83,3 +87,5 @@ }

}
getResultFormData(value, resultFormData[key]);
if (typeof value === 'object') {
getResultFormData(value, resultFormData[key]);
}
});

@@ -86,0 +92,0 @@ }

{
"name": "vue3-form-validation",
"version": "2.1.0",
"version": "2.1.1",
"description": "Form validation for Vue 3",

@@ -5,0 +5,0 @@ "author": {

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