Skip to content

Commit

Permalink
Merge branch 'feature/brotli' of github.com:bjohansebas/compression i…
Browse files Browse the repository at this point in the history
…nto feature/brotli
  • Loading branch information
bjohansebas committed Oct 24, 2024
2 parents 662c09d + 2cabcc3 commit 0ecf49f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ unreleased
- Fix sorting encoding with extra parameters
- deps: mime-types@~2.1.34
- deps: negotiator@0.6.3
* deps: bytes@3.1.2
- Add petabyte (`pb`) support
- Fix "thousandsSeparator" incorrecting formatting fractional part
- Fix return value for un-parsable strings
* deps: compressible@~2.0.18
- Mark `font/ttf` as compressible
- Remove compressible from `multipart/mixed`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var compression = require('compression')
### compression([options])

Returns the compression middleware using the given `options`. The middleware
will attempt to compress response bodies for all request that traverse through
will attempt to compress response bodies for all requests that traverse through
the middleware, based on the given `options`.

This middleware will never compress responses that include a `Cache-Control`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"repository": "expressjs/compression",
"dependencies": {
"negotiator": "0.6.4",
"bytes": "3.0.0",
"bytes": "3.1.2",
"compressible": "~2.0.18",
"debug": "2.6.9",
"object-assign": "4.1.1",
Expand Down

0 comments on commit 0ecf49f

Please sign in to comment.