We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81abf6b commit e75248cCopy full SHA for e75248c
HISTORY.md
@@ -7,6 +7,8 @@ unreleased
7
- Drop partial bytes on all parsed units
8
- Fix parsing byte string that looks like hex
9
- perf: hoist regular expressions
10
+ * deps: compressible@~2.0.8
11
+ - deps: mime-db@'>= 1.23.0 < 2'
12
13
1.6.1 / 2016-01-19
14
==================
package.json
@@ -11,7 +11,7 @@
"dependencies": {
"accepts": "~1.3.2",
"bytes": "2.3.0",
- "compressible": "~2.0.7",
+ "compressible": "~2.0.8",
15
"debug": "~2.2.0",
16
"on-headers": "~1.0.1",
17
"vary": "~1.1.0"
0 commit comments