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

@hapi/h2o2

Package Overview
Dependencies
Maintainers
1
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 8.3.0 to 8.3.1

2

lib/index.js

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

const settings = Hoek.applyToDefaultsWithShallow(internals.defaults, handlerOptions, ['agent']);
const settings = Hoek.applyToDefaults(internals.defaults, handlerOptions, { shallow: ['agent'] });
Joi.assert(handlerOptions, internals.schema, 'Invalid proxy handler options (' + route.path + ')');

@@ -87,0 +87,0 @@ Hoek.assert(!route.settings.payload || ((route.settings.payload.output === 'data' || route.settings.payload.output === 'stream') && !route.settings.payload.parse), 'Cannot proxy if payload is parsed or if output is not stream or data');

{
"name": "@hapi/h2o2",
"description": "Proxy handler plugin for hapi.js",
"version": "8.3.0",
"version": "8.3.1",
"repository": "git://github.com/hapijs/h2o2",

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

"@hapi/boom": "7.x.x",
"@hapi/hoek": "6.x.x",
"@hapi/hoek": "8.x.x",
"@hapi/joi": "15.x.x",

@@ -22,6 +22,6 @@ "@hapi/wreck": "15.x.x"

"devDependencies": {
"@hapi/code": "5.x.x",
"@hapi/code": "6.x.x",
"@hapi/hapi": "18.x.x",
"@hapi/inert": "5.x.x",
"@hapi/lab": "18.x.x"
"@hapi/lab": "20.x.x"
},

@@ -28,0 +28,0 @@ "scripts": {

@@ -1,2 +0,2 @@

<a href="http://hapijs.com"><img src="https://github.com/hapijs/assets/blob/master/images/family.svg" width="180px" align="right" /></a>
<a href="http://hapijs.com"><img src="https://raw.githubusercontent.com/hapijs/assets/master/images/family.png" width="180px" align="right" /></a>

@@ -3,0 +3,0 @@ # h2o2

Sorry, the diff of this file is not supported yet

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