New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

partial.lenses

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

partial.lenses - npm Package Versions

polytypic
published 14.9.0 •

polytypic
published 14.8.0 •

polytypic
published 14.7.0 •

polytypic
published 14.6.0 •

polytypic
published 14.5.0 •

polytypic
published 14.4.0 •

polytypic
published 14.3.0 •

polytypic
published 14.2.1 •

Changelog

Source

14.2.1

Fixed L.query, L.findWith, and L.orElse (and other optics using L.orElse underneath including e.g. L.choice and L.choices) to pass the outer index to the optics passed as parameters.

polytypic
published 14.2.0 •

Changelog

Source

14.2.0

Previously L.uriComponent only allowed strings to be encoded through it. Now it also allows booleans and numbers similarly to e.g. Node's Query String module. Because this behavior was not previously documented or tested earlier, the change is considered a bug fix.

polytypic
published 14.1.0 •

Changelog

Source

14.1.0

Previously L.uri, L.uriComponent, and L.json threw an exception on invalid inputs. Now they instead produce the error object as their result. This behaviour was neither documented nor tested earlier, so the change is considered a bug fix.