Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 13.0.1 to 13.0.2

2

lib/types/any/index.js

@@ -450,4 +450,2 @@ 'use strict';

const value = args[0];
const result = this._validate(value, null, internals.defaults);
Hoek.assert(!result.errors, 'Bad example:', result.errors && Errors.process(result.errors, value));

@@ -454,0 +452,0 @@ const obj = this.clone();

7

package.json
{
"name": "joi",
"description": "Object schema validation",
"version": "13.0.1",
"version": "13.0.2",
"homepage": "https://github.com/hapijs/joi",

@@ -14,3 +14,3 @@ "repository": "git://github.com/hapijs/joi",

"engines": {
"node": ">=8.3.0"
"node": ">=8.9.0"
},

@@ -23,4 +23,5 @@ "dependencies": {

"devDependencies": {
"code": "5.x.x",
"hapitoc": "1.x.x",
"lab": "14.x.x"
"lab": "15.x.x"
},

@@ -27,0 +28,0 @@ "scripts": {

@@ -29,3 +29,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/v13.0.1/API.md).
See the detailed [API Reference](https://github.com/hapijs/joi/blob/v13.0.2/API.md).

@@ -32,0 +32,0 @@ # Example

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