Socket
Socket
Sign inDemoInstall

@hapi/hapi

Package Overview
Dependencies
33
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 19.0.5 to 19.1.0

4

lib/config.js

@@ -252,2 +252,6 @@ 'use strict';

host: Joi.string().hostname().allow(null),
info: Joi.object({
remote: Joi.boolean().default(false)
})
.default({}),
listener: Joi.any(),

@@ -254,0 +258,0 @@ load: Joi.object({

@@ -631,2 +631,7 @@ 'use strict';

this.completed = 0;
if (request._core.settings.info.remote) {
this.remoteAddress;
this.remotePort;
}
}

@@ -633,0 +638,0 @@

@@ -0,0 +0,0 @@ Copyright (c) 2011-2019, Sideway Inc, and project contributors

2

package.json

@@ -5,3 +5,3 @@ {

"homepage": "https://hapijs.com",
"version": "19.0.5",
"version": "19.1.0",
"repository": "git://github.com/hapijs/hapi",

@@ -8,0 +8,0 @@ "main": "lib/index.js",

@@ -0,0 +0,0 @@ <img src="https://raw.githubusercontent.com/hapijs/assets/master/images/hapi.png" width="400px" />

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc