Socket
Socket
Sign inDemoInstall

@hapi/hapi

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hapi/hapi - npm Package Compare versions

Comparing version 19.0.1 to 19.0.2

17

lib/request.js

@@ -650,2 +650,19 @@ 'use strict';

}
toJSON() {
return {
acceptEncoding: this.acceptEncoding,
completed: this.completed,
cors: this.cors,
host: this.host,
hostname: this.hostname,
id: this.id,
received: this.received,
referrer: this.referrer,
remoteAddress: this.remoteAddress,
remotePort: this.remotePort,
responded: this.responded
};
}
};

@@ -652,0 +669,0 @@

4

package.json

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

"homepage": "https://hapijs.com",
"version": "19.0.1",
"version": "19.0.2",
"repository": "git://github.com/hapijs/hapi",

@@ -44,3 +44,3 @@ "main": "lib/index.js",

"@hapi/wreck": "17.x.x",
"@hapi/vision": "5.x.x",
"@hapi/vision": "6.x.x",
"handlebars": "4.x.x"

@@ -47,0 +47,0 @@ },

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc