hoek icon indicating copy to clipboard operation
hoek copied to clipboard

Node utilities shared among the extended hapi universe

Results 4 hoek issues
Sort by recently updated
recently updated
newest added

TS definition is currently missing the options parameter of [wait function](https://github.com/hapijs/hoek/blob/master/lib/wait.js#L8)

types

This PR fixes a `Hoek.clone(err)` issue introduced in node v21. ### The problem Node 21 updates the V8 engine to 11.8, which includes [a patch](https://github.com/v8/v8/commit/79cdd69a1cfa9d3b4d9b6dec7203db4dabe618b4) from v11.5.1 that changes how...

bug
breaking changes

Are the Types Wrong (https://arethetypeswrong.github.io/?p=%40hapi%2Fhoek%4011.0.4) was reporting the following errors: * [Used fallback condition](https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/FallbackCondition.md) - Import resolved to types through a conditional package.json export, but only after failing to resolve...

### Runtime Node.js ### Runtime version 18.20.2 ### Module version 11.0.2 ### Last module version without issue _No response_ ### Used with Hapi ### Any other relevant information _No response_...

bug