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

fenextjs-validator

Package Overview
Dependencies
Maintainers
1
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 1.0.12 to 1.0.13

6

cjs/index.js

@@ -289,3 +289,3 @@ "use strict";

// Lanza una excepción "ErrorInputInvalid" con el código "ErrorCode.INPUT_INVALID".
this.#onError(fenextjs_interface_1.ErrorCode.INPUT_INVALID);
this.#onError(fenextjs_interface_1.ErrorCode.INPUT_LENGTH);
}

@@ -610,2 +610,6 @@ }

}),
INPUT_LENGTH: new Input_1.ErrorInputLength({
...props,
length: this.#lengthValue,
}),
};

@@ -612,0 +616,0 @@ // Lanza una excepción específica basada en el código de error proporcionado o una excepción general "ErrorFenextjs".

2

package.json
{
"name": "fenextjs-validator",
"version": "1.0.12",
"version": "1.0.13",
"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