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

@hapi/joi

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hapi/joi - npm Package Compare versions

Comparing version 16.1.6 to 16.1.7

3

lib/types/date.js

@@ -196,2 +196,3 @@ 'use strict';

const original = value;
if (typeof value === 'string' &&

@@ -214,3 +215,3 @@ /^[+-]?\d+(\.\d+)?$/.test(value)) {

if (typeof value === 'string') {
if (typeof original === 'string') {
return null;

@@ -217,0 +218,0 @@ }

{
"name": "@hapi/joi",
"description": "Object schema validation",
"version": "16.1.6",
"version": "16.1.7",
"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