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

partial.lenses.validation

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

partial.lenses.validation - npm Package Versions

23

2.0.0

Diff
polytypic
published 2.0.0 •

Changelog

Source

2.0.0

To reduce implementation complexity the following combinators no longer allow the predicates or functions passed to them to be asynchronous:

  • V.ifElse
  • V.choose
  • V.cases
  • V.casesOf

The functions that are allowed to be asynchronous are now marked in the document with the async keyword.

polytypic
published 1.0.4 •
polytypic
published 1.0.3 •
polytypic
published 1.0.2 •
polytypic
published 1.0.1 •
polytypic
published 1.0.0 •
polytypic
published 0.3.8 •

Changelog

Source

0.3.8

Fixed V.run contract.

polytypic
published 0.3.7 •
polytypic
published 0.3.6 •
polytypic
published 0.3.5 •

Changelog

Source

0.3.5

Now immediate exceptions from user defined predicates are caught and the corresponding focus is rejected with the exception.