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 10.5.1 to 10.5.2

0

lib/types/alternatives/index.js

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

4

lib/types/string/index.js

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

const Hoek = require('hoek');
const Isemail = require('isemail');
let Isemail; // Loaded on demand
const Any = require('../any');

@@ -173,2 +173,4 @@ const Ref = require('../../ref');

Isemail = Isemail || require('isemail');
try {

@@ -175,0 +177,0 @@ const result = Isemail.validate(value, isEmailOptions);

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

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

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

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

# API
See the [API Reference](https://github.com/hapijs/joi/blob/v10.5.0/API.md).
See the [API Reference](https://github.com/hapijs/joi/blob/v10.5.2/API.md).

@@ -131,0 +131,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