Huge News!Announcing our $40M Series B led by Abstract Ventures.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 5.0.8 to 5.0.9

1

dist/vue3-form-validation.cjs.js

@@ -598,2 +598,3 @@ 'use strict';

return new Promise(resolve => {
debounceResolve === null || debounceResolve === void 0 ? void 0 : debounceResolve();
debounceResolve = resolve;

@@ -600,0 +601,0 @@ debouncedValidator(modelValues, force, submit);

@@ -594,2 +594,3 @@ import { isRef, unref, ref, computed, reactive, watch, shallowReactive } from 'vue';

return new Promise(resolve => {
debounceResolve === null || debounceResolve === void 0 ? void 0 : debounceResolve();
debounceResolve = resolve;

@@ -596,0 +597,0 @@ debouncedValidator(modelValues, force, submit);

2

package.json
{
"name": "vue3-form-validation",
"version": "5.0.8",
"version": "5.0.9",
"description": "Vue composition function for form validation",

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

@@ -0,0 +0,0 @@ # Form Validation for Vue 3

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