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
129
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.12.6 to 4.12.7

4

dist/vee-validate-rules.esm.js
/**
* vee-validate v4.12.6
* vee-validate v4.12.7
* (c) 2024 Abdelrahman Awad

@@ -414,3 +414,2 @@ * @license MIT

return Array.from(list).some(item => {
// eslint-disable-next-line
return item == value;

@@ -503,3 +502,2 @@ });

try {
// eslint-disable-next-line no-new
new URL(value);

@@ -506,0 +504,0 @@ }

/**
* vee-validate v4.12.6
* vee-validate v4.12.7
* (c) 2024 Abdelrahman Awad

@@ -417,3 +417,2 @@ * @license MIT

return Array.from(list).some(item => {
// eslint-disable-next-line
return item == value;

@@ -506,3 +505,2 @@ });

try {
// eslint-disable-next-line no-new
new URL(value);

@@ -509,0 +507,0 @@ }

/**
* vee-validate v4.12.6
* vee-validate v4.12.7
* (c) 2024 Abdelrahman Awad

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

{
"name": "@vee-validate/rules",
"version": "4.12.6",
"version": "4.12.7",
"description": "Form Validation for Vue.js",

@@ -31,4 +31,4 @@ "author": "Abdelrahman Awad <logaretm1@gmail.com>",

"dependencies": {
"vee-validate": "4.12.6"
"vee-validate": "4.12.7"
}
}
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