Comparing version 7.0.1 to 7.0.2
@@ -50,4 +50,6 @@ 'use strict'; | ||
.xor('host', 'mapUri', 'uri') | ||
.without('mapUri', 'port', 'protocol') | ||
.without('uri', 'port', 'protocol'); | ||
.without('mapUri', 'port') | ||
.without('mapUri', 'protocol') | ||
.without('uri', 'port') | ||
.without('uri', 'protocol'); | ||
@@ -54,0 +56,0 @@ |
{ | ||
"name": "h2o2", | ||
"description": "Proxy handler plugin for hapi.js", | ||
"version": "7.0.1", | ||
"version": "7.0.2", | ||
"repository": "git://github.com/hapijs/h2o2", | ||
@@ -6,0 +6,0 @@ "main": "lib/index.js", |
@@ -185,3 +185,3 @@ # h2o2 | ||
console.log('doing some aditional stuff before redirecting'); | ||
console.log('doing some additional stuff before redirecting'); | ||
return { | ||
@@ -188,0 +188,0 @@ uri: 'https://some.upstream.service.com/' |
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
82241
1497