Comparing version 10.3.3 to 10.3.4
@@ -83,3 +83,3 @@ 'use strict'; | ||
return Hoek.isInteger(value) ? value : this.createError('number.integer', { value }, state, options); | ||
return Number.isSafeInteger(value) ? value : this.createError('number.integer', { value }, state, options); | ||
}); | ||
@@ -86,0 +86,0 @@ } |
{ | ||
"name": "joi", | ||
"description": "Object schema validation", | ||
"version": "10.3.3", | ||
"version": "10.3.4", | ||
"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.3.3/API.md). | ||
See the [API Reference](https://github.com/hapijs/joi/blob/v10.3.4/API.md). | ||
@@ -131,0 +131,0 @@ # Browsers |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
158767