Socket
Socket
Sign inDemoInstall

@hapi/hapi

Package Overview
Dependencies
Maintainers
6
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 20.0.3 to 20.1.0

9

lib/core.js

@@ -39,2 +39,3 @@ 'use strict';

events: [
{ name: 'cachePolicy', spread: true },
{ name: 'log', channels: ['app', 'internal'], tags: true },

@@ -45,2 +46,3 @@ { name: 'request', channels: ['app', 'internal', 'error'], tags: true, spread: true },

'start',
'closing',
'stop'

@@ -474,2 +476,4 @@ ],

});
this.events.emit('closing');
});

@@ -616,3 +620,6 @@ }

return new Catbox.Policy(options, cache.client, segment);
const policy = new Catbox.Policy(options, cache.client, segment);
this.events.emit('cachePolicy', [policy, options.cache, segment]);
return policy;
}

@@ -619,0 +626,0 @@

2

package.json

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

"homepage": "https://hapi.dev",
"version": "20.0.3",
"version": "20.1.0",
"repository": "git://github.com/hapijs/hapi",

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

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

- [Free and commercial support options](https://hapi.dev/support/)
## Technical Steering Committee (TSC) Members
- Devin Ivy ([@devinivy](https://github.com/devinivy))
- Jonas Pauthier ([@nargonath](https://github.com/nargonath))
- Lloyd Benson ([@lloydbenson](https://github.com/lloydbenson))
- Nathan LaFreniere ([@nlf](https://github.com/nlf))
- Wyatt Lyon Preul ([@geek](https://github.com/geek))
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