🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

logitar-validation

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

logitar-validation - npm Package Versions

1.0.3

Diff
fpion
published 1.0.3 •

Changelog

Source

[1.0.3] - 2025-06-01

Fixed

  • Allow 0 numerical values as validator arguments. This is technically a breaking change, but is not change per say because it should have been done since the beginning.
  • Empty strings are now valid in every rule validating strings, except required. This is technically a breaking change, but is not change per say because it should have been done since the beginning.
  • NPM upgrade.
fpion
published 1.0.2 •

Changelog

Source

[1.0.2] - 2025-04-28

Fixed

  • url now accepts boolean arguments.
fpion
published 1.0.1 •

Changelog

Source

[1.0.1] - 2025-04-28

Fixed

  • email and url now accept empty strings (but not white space).
fpion
published 1.0.0 •

Changelog

Source

[1.0.0] - 2025-04-21

Added

  • Implemented Validator, message formatting and validation rules.