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.2 to 10.0.3

4

lib/index.d.ts

@@ -69,3 +69,3 @@ // Type definitions for @hapi/h2o2 10.0

/**
* if set tofalse, any locally defined state is removed from incoming
* if set to false, any locally defined state is removed from incoming
* requests before being sent to the upstream service. This value can be

@@ -129,3 +129,3 @@ * overridden on a per state basis via the server.state()``passThrough

*/
mapUri?: ((this: ProxyHandlerOptions, request: Request) => Promise<ProxyTarget>) | undefined;
mapUri?: ((this: ProxyHandlerOptions, request: Request) => ProxyTarget | Promise<ProxyTarget>) | undefined;
/**

@@ -132,0 +132,0 @@ * a custom function which is passed the upstream request.

{
"name": "@hapi/h2o2",
"description": "Proxy handler plugin for hapi.js",
"version": "10.0.2",
"version": "10.0.3",
"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