joi-strict
Advanced tools
Comparing version 1.2.7 to 1.2.8
"use strict"; | ||
const Joi = require('@hapi/joi').defaults(schema => schema.options({ | ||
presence: 'required' | ||
presence: 'required', | ||
convert: false | ||
})); | ||
@@ -6,0 +7,0 @@ |
{ | ||
"name": "joi-strict", | ||
"version": "1.2.7", | ||
"version": "1.2.8", | ||
"description": "Thin wrapper around joi that defaults to stricter validation.", | ||
@@ -44,4 +44,4 @@ "main": "lib/index.js", | ||
"@babel/register": "7.12.10", | ||
"@blackflux/eslint-plugin-rules": "1.3.42", | ||
"@blackflux/robo-config-plugin": "3.10.15", | ||
"@blackflux/eslint-plugin-rules": "1.3.43", | ||
"@blackflux/robo-config-plugin": "3.10.17", | ||
"babel-eslint": "10.1.0", | ||
@@ -56,3 +56,3 @@ "chai": "4.2.0", | ||
"eslint-plugin-mocha": "8.0.0", | ||
"js-gardener": "2.0.181", | ||
"js-gardener": "2.0.182", | ||
"nyc": "15.1.0", | ||
@@ -59,0 +59,0 @@ "semantic-release": "17.3.0", |
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
6499
15