Socket
Socket
Sign inDemoInstall

joi

Package Overview
Dependencies
Maintainers
4
Versions
238
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

joi - npm Package Compare versions

Comparing version 14.1.0 to 14.1.1

4

lib/types/any/settings.js

@@ -27,4 +27,4 @@ 'use strict';

if (language) {
obj.language = Hoek.applyToDefaults(obj.language, language);
if (language && target && target.language) {
obj.language = Hoek.applyToDefaults(target.language, language);
}

@@ -31,0 +31,0 @@

{
"name": "joi",
"description": "Object schema validation",
"version": "14.1.0",
"version": "14.1.1",
"homepage": "https://github.com/hapijs/joi",

@@ -6,0 +6,0 @@ "repository": "git://github.com/hapijs/joi",

@@ -19,3 +19,3 @@ ![joi Logo](https://raw.github.com/hapijs/joi/master/images/joi.png)

# API
See the detailed [API Reference](https://github.com/hapijs/joi/blob/v14.1.0/API.md).
See the detailed [API Reference](https://github.com/hapijs/joi/blob/v14.1.1/API.md).

@@ -119,3 +119,3 @@ # Example

* Strings are utf-8 encoded by default.
* Rules are defined in an additive fashion and evaluated in order after whitelist and blacklist checks.
* Rules are defined in an additive fashion and evaluated in order, first the inclusive rules, then the exclusive rules.

@@ -122,0 +122,0 @@ # Browsers

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