Socket
Socket
Sign inDemoInstall

vee-validate

Package Overview
Dependencies
Maintainers
1
Versions
339
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vee-validate - npm Package Compare versions

Comparing version 4.5.3 to 4.5.4

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [4.5.4](https://github.com/logaretm/vee-validate/compare/v4.5.3...v4.5.4) (2021-10-20)
**Note:** Version bump only for package vee-validate
## [4.5.3](https://github.com/logaretm/vee-validate/compare/v4.5.2...v4.5.3) (2021-10-17)

@@ -8,0 +16,0 @@

4

dist/vee-validate.d.ts
import * as vue from 'vue';
import { Ref, DeepReadonly, ComputedRef, VNode, UnwrapRef, InjectionKey } from 'vue';
import { DeepReadonly, Ref, ComputedRef, VNode, UnwrapRef, InjectionKey } from 'vue';
import { AnySchema, AnyObjectSchema, SchemaOf, BaseSchema } from 'yup';

@@ -930,2 +930,2 @@

export { ErrorMessage, Field, FieldArray, FieldContext, FieldContextKey, Form, FormActions, FormContext, FormContextKey, FormState, FormValidationResult, SubmissionContext, SubmissionHandler, ValidationResult, configure, defineRule, useField, useFieldArray, useFieldError, useFieldValue, useForm, useFormErrors, useFormValues, useIsFieldDirty, useIsFieldTouched, useIsFieldValid, useIsFormDirty, useIsFormTouched, useIsFormValid, useIsSubmitting, useResetForm, useSubmitCount, useSubmitForm, useValidateField, useValidateForm, validate };
export { ErrorMessage, Field, FieldArray, FieldArrayContext, FieldContext, FieldContextKey, FieldEntry, FieldMeta, Form, FormActions, FormContext, FormContextKey, FormMeta, FormState, FormValidationResult, InvalidSubmissionContext, SubmissionContext, SubmissionHandler, ValidationResult, configure, defineRule, useField, useFieldArray, useFieldError, useFieldValue, useForm, useFormErrors, useFormValues, useIsFieldDirty, useIsFieldTouched, useIsFieldValid, useIsFormDirty, useIsFormTouched, useIsFormValid, useIsSubmitting, useResetForm, useSubmitCount, useSubmitForm, useValidateField, useValidateForm, validate };
/**
* vee-validate v4.5.3
* vee-validate v4.5.4
* (c) 2021 Abdelrahman Awad

@@ -4,0 +4,0 @@ * @license MIT

{
"name": "vee-validate",
"version": "4.5.3",
"version": "4.5.4",
"description": "Form Validation for Vue.js",

@@ -36,3 +36,3 @@ "author": "Abdelrahman Awad <logaretm1@gmail.com>",

},
"gitHead": "2df2f09268adec423a2eeaafab7121e073431304"
"gitHead": "4b800e387175cebdd95bff607b05039bf46085bd"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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