Socket
Socket
Sign inDemoInstall

valido

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

valido - npm Package Compare versions

Comparing version 2.0.11 to 2.0.12

2

package.json
{
"name": "valido",
"version": "2.0.11",
"version": "2.0.12",
"description": "Check and validation library",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -33,4 +33,5 @@ # Valido

## API
### all
Will return true if all elements in the list validate to true.
Will return true if all elements in the list validate to true. Can be combined with all predicates.

@@ -46,3 +47,3 @@ ````

### optional
Will return true if the provided value is either null/undefined or validates to true.
Will return true if the provided value is either null/undefined or validates to true. Can be combined with all predicates.

@@ -303,2 +304,2 @@ ````

--> false
````
````
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