Socket
Socket
Sign inDemoInstall

joi

Package Overview
Dependencies
5
Maintainers
6
Versions
238
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 17.13.2 to 17.13.3

9

lib/types/alternatives.js

@@ -331,6 +331,9 @@ 'use strict';

complex.push({ type: schema.type, report });
continue;
}
valids.add(type);
else if (report.code === 'object.base') {
valids.add(report.local.type);
}
else {
valids.add(type);
}
}

@@ -337,0 +340,0 @@

{
"name": "joi",
"description": "Object schema validation",
"version": "17.13.2",
"version": "17.13.3",
"repository": "git://github.com/hapijs/joi",

@@ -6,0 +6,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc