@hapi/hapi
Advanced tools
Comparing version 20.1.2 to 20.1.3
@@ -262,3 +262,3 @@ 'use strict'; | ||
.default(), | ||
mime: Validate.object().allow(null).default(null), | ||
mime: Validate.object().empty(null).default(), | ||
operations: Validate.object({ | ||
@@ -265,0 +265,0 @@ cleanStop: Validate.boolean().default(true) |
@@ -15,3 +15,3 @@ 'use strict'; | ||
const Hoek = require('@hapi/hoek'); | ||
const Mimos = require('@hapi/mimos'); | ||
const { Mimos } = require('@hapi/mimos'); | ||
const Podium = require('@hapi/podium'); | ||
@@ -18,0 +18,0 @@ const Somever = require('@hapi/somever'); |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://hapi.dev", | ||
"version": "20.1.2", | ||
"version": "20.1.3", | ||
"repository": "git://github.com/hapijs/hapi", | ||
@@ -31,3 +31,3 @@ "main": "lib/index.js", | ||
"@hapi/hoek": "^9.0.4", | ||
"@hapi/mimos": "^5.0.0", | ||
"@hapi/mimos": "^6.0.0", | ||
"@hapi/podium": "^4.1.1", | ||
@@ -46,3 +46,3 @@ "@hapi/shot": "^5.0.5", | ||
"@hapi/joi-legacy-test": "npm:@hapi/joi@^15.0.0", | ||
"@hapi/lab": "^24.0.0", | ||
"@hapi/lab": "^24.2.0", | ||
"@hapi/vision": "^6.0.1", | ||
@@ -49,0 +49,0 @@ "@hapi/wreck": "^17.0.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
+ Added@hapi/mimos@6.0.0(transitive)
- Removed@hapi/mimos@5.0.0(transitive)
Updated@hapi/mimos@^6.0.0