@hapi/h2o2
Advanced tools
Comparing version 8.3.0 to 8.3.1
@@ -84,3 +84,3 @@ 'use strict'; | ||
const settings = Hoek.applyToDefaultsWithShallow(internals.defaults, handlerOptions, ['agent']); | ||
const settings = Hoek.applyToDefaults(internals.defaults, handlerOptions, { shallow: ['agent'] }); | ||
Joi.assert(handlerOptions, internals.schema, 'Invalid proxy handler options (' + route.path + ')'); | ||
@@ -87,0 +87,0 @@ Hoek.assert(!route.settings.payload || ((route.settings.payload.output === 'data' || route.settings.payload.output === 'stream') && !route.settings.payload.parse), 'Cannot proxy if payload is parsed or if output is not stream or data'); |
{ | ||
"name": "@hapi/h2o2", | ||
"description": "Proxy handler plugin for hapi.js", | ||
"version": "8.3.0", | ||
"version": "8.3.1", | ||
"repository": "git://github.com/hapijs/h2o2", | ||
@@ -16,3 +16,3 @@ "main": "lib/index.js", | ||
"@hapi/boom": "7.x.x", | ||
"@hapi/hoek": "6.x.x", | ||
"@hapi/hoek": "8.x.x", | ||
"@hapi/joi": "15.x.x", | ||
@@ -22,6 +22,6 @@ "@hapi/wreck": "15.x.x" | ||
"devDependencies": { | ||
"@hapi/code": "5.x.x", | ||
"@hapi/code": "6.x.x", | ||
"@hapi/hapi": "18.x.x", | ||
"@hapi/inert": "5.x.x", | ||
"@hapi/lab": "18.x.x" | ||
"@hapi/lab": "20.x.x" | ||
}, | ||
@@ -28,0 +28,0 @@ "scripts": { |
@@ -1,2 +0,2 @@ | ||
<a href="http://hapijs.com"><img src="https://github.com/hapijs/assets/blob/master/images/family.svg" width="180px" align="right" /></a> | ||
<a href="http://hapijs.com"><img src="https://raw.githubusercontent.com/hapijs/assets/master/images/family.png" width="180px" align="right" /></a> | ||
@@ -3,0 +3,0 @@ # h2o2 |
Sorry, the diff of this file is not supported yet
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
87713
- Removed@hapi/hoek@6.2.4(transitive)
Updated@hapi/hoek@8.x.x