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

h2o2

Package Overview
Dependencies
Maintainers
5
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

h2o2 - npm Package Compare versions

Comparing version 7.0.1 to 7.0.2

6

lib/index.js

@@ -50,4 +50,6 @@ 'use strict';

.xor('host', 'mapUri', 'uri')
.without('mapUri', 'port', 'protocol')
.without('uri', 'port', 'protocol');
.without('mapUri', 'port')
.without('mapUri', 'protocol')
.without('uri', 'port')
.without('uri', 'protocol');

@@ -54,0 +56,0 @@

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

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

@@ -185,3 +185,3 @@ # h2o2

console.log('doing some aditional stuff before redirecting');
console.log('doing some additional stuff before redirecting');
return {

@@ -188,0 +188,0 @@ uri: 'https://some.upstream.service.com/'

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