nodejs-hapi-template icon indicating copy to clipboard operation
nodejs-hapi-template copied to clipboard

A Nodejs hapi boilerplate application with out of the box support for Docker, Redis cache, DB migrations and seeders, rate limiting, and paginated endpoints.

Results 7 nodejs-hapi-template issues
Sort by recently updated
recently updated
newest added

Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @​Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @​lvivski...

dependencies

Bumps [sequelize](https://github.com/sequelize/sequelize) from 6.28.0 to 6.29.0. Release notes Sourced from sequelize's releases. v6.29.0 6.29.0 (2023-02-23) Features throw an error if attribute includes parentheses (fixes CVE-2023-22578) (#15710) (d3f5b5a) v6.28.2 6.28.2 (2023-02-22)...

dependencies

Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.34 to 0.5.40. Release notes Sourced from moment-timezone's releases. Release 0.5.40 Updated data to IANA TZDB 2022g Release 0.5.39 Updated data to IANA TZDB 2022f Release 0.5.38...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4. Release notes Sourced from loader-utils's releases. v2.0.4 2.0.4 (2022-11-11) Bug Fixes ReDoS problem (#225) (ac09944) v2.0.3 2.0.3 (2022-10-20) Bug Fixes security: prototype pollution exploit...

dependencies

### Ticket Link --- Closes https://github.com/wednesday-solutions/nodejs-hapi-template/issues/69 ### Related Links --- ### Description --- Use the withCors function to create a route that has cors headers enabled. Instead of using the...