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 1.0.4 to 1.0.5

1

dist/Form.js

@@ -124,3 +124,2 @@ "use strict";

else {
console.log('NULL');
formField.setError(index, null);

@@ -127,0 +126,0 @@ }

7

package.json
{
"name": "vue3-form-validation",
"version": "1.0.4",
"version": "1.0.5",
"description": "Vue 3 form validation",

@@ -8,3 +8,4 @@ "main": "dist/index.js",

"scripts": {
"test": "jest"
"test": "jest",
"docs:dev": "cd docs && npx vitepress"
},

@@ -33,3 +34,3 @@ "files": [

"typescript": "^4.0.5",
"vue": "^3.0.2"
"vitepress": "^0.7.1"
},

@@ -36,0 +37,0 @@ "prettier": {

# WIP
> Easy to use Form Validation for Vue 3
A working prototype is currently available and can be used.
``` bash
npm i vue3-form-validation
```
Validation is async and is utilising `Promise.allSettled()`, which has not yet reached cross-browser stability ([see](https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Promise/allSettled)).
Example usage can be found in this [Code Sandbox](https://codesandbox.io/s/vue-3-form-validation-demo-busd9).
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