Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vee-validate/rules

Package Overview
Dependencies
Maintainers
1
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vee-validate/rules - npm Package Compare versions

Comparing version 4.0.0-alpha.1 to 4.0.0-alpha.2

dist/vee-validate-rules.min.js

8

CHANGELOG.md

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

# [4.0.0-alpha.2](https://github.com/logaretm/vee-validate/compare/@vee-validate/rules@4.0.0-alpha.1...@vee-validate/rules@4.0.0-alpha.2) (2020-07-27)
**Note:** Version bump only for package @vee-validate/rules
# 4.0.0-alpha.1 (2020-07-18)

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

2

dist/vee-validate-rules.esm.js
/**
* vee-validate v4.0.0
* vee-validate vundefined
* (c) 2020 Abdelrahman Awad

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

/**
* vee-validate v4.0.0
* vee-validate vundefined
* (c) 2020 Abdelrahman Awad

@@ -9,3 +9,3 @@ * @license MIT

typeof define === 'function' && define.amd ? define(['exports'], factory) :
(global = global || self, factory(global.VeeValidateRules = {}));
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.VeeValidateRules = {}));
}(this, (function (exports) { 'use strict';

@@ -12,0 +12,0 @@

{
"name": "@vee-validate/rules",
"version": "4.0.0-alpha.1",
"version": "4.0.0-alpha.2",
"description": "Template Based Validation Framework for Vue.js",

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

"repository": "https://github.com/logaretm/vee-validate",
"sideEffects": false,
"keywords": [

@@ -25,3 +26,4 @@ "VueJS",

"dist/*.d.ts"
]
],
"gitHead": "ce1719b0cb5f6ef5c5cd72f5befd01a601dd715f"
}
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