Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hapi

Package Overview
Dependencies
Maintainers
1
Versions
295
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hapi - npm Package Compare versions

Comparing version 16.6.1 to 16.6.2

6

lib/response.js

@@ -14,3 +14,5 @@ 'use strict';

const internals = {};
const internals = {
emitter: new Podium(['finish', { name: 'peek', spread: true }])
};

@@ -20,3 +22,3 @@

Podium.call(this, ['finish', { name: 'peek', spread: true }]);
Podium.decorate(this, internals.emitter);

@@ -23,0 +25,0 @@ options = options || {};

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

"homepage": "http://hapijs.com",
"version": "16.6.1",
"version": "16.6.2",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

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