express-partial-response
express-partial-response copied to clipboard
Express middleware for filtering-out parts of JSON responses based on the `fields` query-string; à la Google API's Partial Response.
Bumps [husky](https://github.com/typicode/husky) from 4.3.8 to 7.0.1. Release notes Sourced from husky's releases. v7.0.1 Fix gracefully fail if Git command is not found #1003 (same as in v6) v7.0.0 Improve .husky/...
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Let's use https://github.com/prettier/prettier to make the style consistent. - [ ] Use the `--single-quote` option please (either as an option or as a config; depending on how you implement it...
To make editing and refactoring safer: - [ ] Write unit tests to cover the different use-cases - [ ] Ensure tests run when `npm test` is called - [...