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

@hapi/h2o2

Package Overview
Dependencies
Maintainers
7
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hapi/h2o2 - npm Package Compare versions

Comparing version 10.0.3 to 10.0.4

8

lib/index.js

@@ -216,3 +216,3 @@ 'use strict';

return h.response(res)
const response = h.response(res)
.ttl(ttl)

@@ -222,2 +222,8 @@ .code(res.statusCode)

if (!settings.passThrough && res.statusCode === 405 && 'allow' in res.headers) {
response.header('allow', res.headers.allow);
}
return response;
};

@@ -224,0 +230,0 @@ };

2

package.json
{
"name": "@hapi/h2o2",
"description": "Proxy handler plugin for hapi.js",
"version": "10.0.3",
"version": "10.0.4",
"repository": "git://github.com/hapijs/h2o2",

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

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