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

fenextjs-validator

Package Overview
Dependencies
Maintainers
0
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fenextjs-validator - npm Package Compare versions

Comparing version 4.2.1 to 4.3.0

6

cjs/index.d.ts

@@ -351,2 +351,8 @@ import { ErrorFenextjs } from "fenextjs-error/cjs/Fenextjs";

/**
* Método public para obtener el valor de validacion de when.
* @returns {FenextjsValidatorClassIsWhenProps[] | undefined}
* @public
*/
getWhenValue(): FenextjsValidatorClassIsWhenProps[] | undefined;
/**
* Método para habilitar la validación "isRegex".

@@ -353,0 +359,0 @@ * Establece la regla de que los comparacion cuando sea correcto la validacion.

@@ -721,2 +721,10 @@ "use strict";

/**
* Método public para obtener el valor de validacion de when.
* @returns {FenextjsValidatorClassIsWhenProps[] | undefined}
* @public
*/
getWhenValue() {
return this.whenValue;
}
/**
* Método para habilitar la validación "isRegex".

@@ -723,0 +731,0 @@ * Establece la regla de que los comparacion cuando sea correcto la validacion.

2

package.json
{
"name": "fenextjs-validator",
"version": "4.2.1",
"version": "4.3.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "./cjs/index.js",

Sorry, the diff of this file is not supported yet

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