hapi icon indicating copy to clipboard operation
hapi copied to clipboard

The Simple, Secure Framework Developers Trust

Results 89 hapi issues
Sort by recently updated
recently updated
newest added

The last `[email protected]` was released more than 4 years ago. It should be safe to drop (in a breaking release). This also removes several npm deprecation notices when installing dev...

breaking changes

Seems like this type definition should use & and not | if the intent is to merge properties from HandlerDecorations into the lifecycle handler.

types

### Runtime NodeJS ### Runtime version NodeJS v18 ### Module version Hapi v21 ### Used with _No response_ ### Any other relevant information _No response_ ### How can we help?...

support

### Runtime node ### Runtime version 21.1 ### Module version huh? ### Used with hapi 21.3.2 ### Any other relevant information _No response_ ### How can we help? Ran into...

support

Fixes typescript compilation for downstream projects where npm can't flatten this nested dependency into top. The only reason this appears to work here is because it is transitively included by...

types

Reimplementation of what @AdriVanHoudt made on the previous PR #4278 What changed since ? - Node 12 is no longer supported, there is no longer the issue of requiring a...

feature

This fixes the value of `request.route` during `onRequest` processing to closer match the docs. As it is, it just returns the `notFound` route. I updated the docs to clarify that...

bug
documentation
breaking changes

Support for pre handlers whose type definition is only a subset of the actual route type definition. When trying to reuse pre handlers in a typescript environment like the following...

types

#### Context * *node version*: node14/18 * *module version*: hapi16/20 #### What are you trying to achieve or the steps to reproduce ? This sever uses the default implementation of...

documentation