feathers-hooks-common icon indicating copy to clipboard operation
feathers-hooks-common copied to clipboard

Useful hooks for use with FeathersJS services.

Results 47 feathers-hooks-common issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.11 to 5.2.8. Release notes Sourced from vite's releases. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1. Commits 3b0994a 2.0.1 32f468f lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=2.0.0&new-version=2.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies

https://hooks-common.feathersjs.com/hooks.html#iff ![image](https://github.com/feathersjs-ecosystem/feathers-hooks-common/assets/641859/53ebcaf0-3e70-4564-b9c3-bae0f484c50f) Says the third argument is the `hookFuncsFalse` but is actually treated as chained additional hook to invoke in true case. It looks like this actually describing the args...

### Summary The [`traverse` documentation](https://hooks-common.feathersjs.com/hooks.html#traverse) contains a link to a repository that no longer exists. It appears the source code got moved to a [different repo](https://github.com/ljharb/js-traverse). This PR replaces it...

Hello guys, I'm submitting the basic idea here and once you approve it, I'll add the PR with types and tests et al. The hook is called `withCustomError` and it...

https://github.com/feathersjs-ecosystem/feathers-hooks-common/blob/15ddaa6f12df8410bdfd2461ac02d46cbdd086ed/src/hooks/params-from-client.ts#L22 While whitelisting is a good security feature, it is the adapter's job to complain about invalid query parameters, not ours. It makes it difficult to compose hooks with this...