We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6fb30c commit 587dc1aCopy full SHA for 587dc1a
History.md
@@ -9,6 +9,11 @@
9
* deps: express-session@~1.7.4
10
- Fix `res.end` patch to call correct upstream `res.write`
11
- Fix response end delay for non-chunked responses
12
+ * deps: [email protected]
13
+ - Complete rewrite
14
+ - Limits array length to 20
15
+ - Limits object depth to 5
16
+ - Limits parameters to 1,000
17
18
2.24.3 / 2014-08-04
19
===================
package.json
@@ -38,7 +38,7 @@
38
"multiparty": "3.3.1",
39
"on-headers": "0.0.0",
40
"parseurl": "~1.2.0",
41
- "qs": "0.6.6",
+ "qs": "1.0.2",
42
"response-time": "2.0.0",
43
"serve-favicon": "2.0.1",
44
"serve-index": "~1.1.5",
0 commit comments