hooks icon indicating copy to clipboard operation
hooks copied to clipboard

Async middleware for JavaScript and TypeScript

Results 5 hooks issues
Sort by recently updated
recently updated
newest added

``` ERROR in ./node_modules/@feathersjs/hooks/esm/base.js 55:38 Module parse failed: Unexpected token (55:38) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this...

**1.** `fromErrorHooks` vs `.map(fromErrorHook)`: Initially there were only `fromErrorHooks` which were backwards compatible with feathers 4 error hooks - they all run in a single `catch()` call, so if one...

This part is not documented on @feathersjs/hooks: https://github.com/koajs/koa/blob/master/docs/guide.md#combining-multiple-middleware-with-koa-compose ```js const { hooks, compose } = require('@feathersjs/hooks'); hooks(Hello, { sayHi: [ compose([ logRuntime, validateName, compose([ /* ... */ ]) ]) ]...

Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic pollution protection 715e950 Merge pull request...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. See full diff in compare...

dependencies