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.9 to 4.5.10

8

CHANGELOG.md

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

## [4.5.10](https://github.com/logaretm/vee-validate/compare/v4.5.9...v4.5.10) (2022-03-08)
**Note:** Version bump only for package vee-validate
## [4.5.9](https://github.com/logaretm/vee-validate/compare/v4.5.8...v4.5.9) (2022-02-22)

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

2

dist/vee-validate.d.ts

@@ -913,3 +913,3 @@ import * as vue from 'vue';

*/
declare function useFormValues<TValues extends Record<string, unknown> = Record<string, unknown>>(): vue.ComputedRef<Partial<TValues>>;
declare function useFormValues<TValues extends Record<string, any> = Record<string, any>>(): vue.ComputedRef<Partial<TValues>>;

@@ -916,0 +916,0 @@ /**

/**
* vee-validate v4.5.9
* vee-validate v4.5.10
* (c) 2022 Abdelrahman Awad

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

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

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

},
"gitHead": "cff0933e2aa61b3d28b6a22a51d42c6c9261d9d9"
"gitHead": "a56b3a07adf281d0c66150168f8e3a0368a96a2c"
}

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