Mike Brant
Mike Brant
First off, thanks for work on this library, I have been pretty happy in exploring its use within my toolchain. I am wondering if you have given consideration to having...
Running `npm audit` against latest package version reveals several problems which likely need dependency updates in this library. First and foremost is the fact that this package still relies on...
## Checklist - [x] Upgrade Jets: Are you using the latest version of Jets? This allows Jets to fix issues fast. There's a `jets upgrade` command that makes this a...
* **Version**: c8 version 7.3.5 + npm --versions { npm: '7.3.0', node: '15.5.0', v8: '8.6.395.17-node.23', uv: '1.40.0', zlib: '1.2.11', brotli: '1.0.9', ares: '1.17.1', modules: '88', nghttp2: '1.41.0', napi: '7', llhttp:...
Was trying to use this module to apply different default cache control settings on two Express routers mounted on an app, and it seem this use case is not supported...
In working with the cache control middleware, it seems that it does not play nicely with `express.static` middleware. If this middleware is `use`d before the `static` middleware, the cache expiry...