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

vue-tiny-validate

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-tiny-validate

Tiny (2.5KB minified) Vue Validate Composition

0.2.1
Source
npm
Version published
Weekly downloads
283
-43.85%
Maintainers
1
Weekly downloads
 
Created
Source

vue-tiny-validate

Tiny (2.5KB minified) Vue Validate Composition

Motivation

During the time of refactoring our project, we were coped with so many challenges. One of them was to minimize bundle size of the external libraries. Over time, the Vue community has seen so many great validation tools, such as Vuelidate or vee-validate. They are all great.

However, most (or maybe all) of them are over 3KB that we think it's way too much for just a validation library. We want a minimal but robust and fully supported one.

That's why vue-tiny-validate was born.

Features

  • Easy. Come with familiar API and coherent documentation.
  • Tiny. No dependencies. Only 2.5KB minified.
  • Flexible. Full control over everything.
  • Fully functional. Sync validation, async validation, etc supported.

Usage

  • See docs for more detail.

About

LICENSE

Keywords

vue

FAQs

Package last updated on 11 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts