Comparing version 2.0.0 to 2.0.1
@@ -23,3 +23,3 @@ // Load modules | ||
exports.array = internals.create(require('./array')); | ||
exports.boolean = internals.create(require('./boolean')); | ||
exports.boolean = exports.bool = internals.create(require('./boolean')); | ||
exports.date = internals.create(require('./date')); | ||
@@ -26,0 +26,0 @@ exports.func = internals.create(require('./function')); |
{ | ||
"name": "joi", | ||
"description": "Object schema validation", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"repository": "git://github.com/spumko/joi", | ||
@@ -6,0 +6,0 @@ "main": "index", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
293198
0