Socket
Socket
Sign inDemoInstall

joi

Package Overview
Dependencies
Maintainers
6
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 17.13.1 to 17.13.2

4

lib/types/keys.js

@@ -36,3 +36,3 @@ 'use strict';

unknown: { default: false }
unknown: { default: undefined }
},

@@ -978,3 +978,3 @@

if (prefs.stripUnknown && !schema._flags.unknown ||
if (prefs.stripUnknown && typeof schema._flags.unknown === 'undefined' ||
prefs.skipFunctions) {

@@ -981,0 +981,0 @@

{
"name": "joi",
"description": "Object schema validation",
"version": "17.13.1",
"version": "17.13.2",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc