js-validator-livr icon indicating copy to clipboard operation
js-validator-livr copied to clipboard

Lightweight javascript validator supporting Language Independent Validation Rules Specification (LIVR)

Results 11 js-validator-livr issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.14.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Hi, Is it okay that `https://www.google.` is valid? would be great if someone could fix that

Не увидел в документации ничего про асинхронные правила. Без этого может быть тяжко на клиенте: например, валидация города / улицы, надо скачивать список с сервака, а интерфейс валидатора синхронный.

enhancement
question

If `obj` was created by `Object.create(null)` then `Object.getPrototypeOf(obj) === null`

I am trying to describe an object of this kind: ``` { operations: [ { properties:{ type:"1", group: "11", data:{data1:{}, data2:{} } } }, { properties:{ type:"2", group: "12", tools:["tools1","tools2"]...

for better errors description (i.e. if you want to display min_length number for user)

JS livr version is affected along with Java, Perl and Ruby https://livr-playground.herokuapp.com/#%7B%22rules%22%3A%22%7B%5Cn%20%20%5C%22email%5C%22%3A%20%5B%5C%22email%5C%22%5D%5Cn%7D%22%2C%22input%22%3A%22%7B%5Cn%20%20%5C%22email%5C%22%3A%5C%22qwe%2Bcaf_%3D4evnlldiziyrfbozh7wgx5k3x%3Dololo.domain.com%40test.com%5C%22%2C%5Cn%7D%22%7D

This pull request addresses two issues related to the 'list_of_different_objects' rule. Consider the following rule: ``` { "comments": [ { "list_of_different_objects": [ "type", { "web": { "type": "required", "url": [...

Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @​Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @​lvivski...

dependencies