Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

express

Package Overview
Dependencies
Maintainers
5
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express - npm Package Compare versions

Comparing version
4.22.1
to
4.22.2
+2
-1
lib/utils.js

@@ -290,3 +290,4 @@ /*!

return qs.parse(str, {
allowPrototypes: true
allowPrototypes: true,
arrayLimit: 1000
});

@@ -293,0 +294,0 @@ }

{
"name": "express",
"description": "Fast, unopinionated, minimalist web framework",
"version": "4.22.1",
"version": "4.22.2",
"author": "TJ Holowaychuk <tj@vision-media.ca>",

@@ -37,3 +37,3 @@ "contributors": [

"array-flatten": "1.1.1",
"body-parser": "~1.20.3",
"body-parser": "~1.20.5",
"content-disposition": "~0.5.4",

@@ -57,3 +57,3 @@ "content-type": "~1.0.4",

"proxy-addr": "~2.0.7",
"qs": "~6.14.0",
"qs": "~6.15.1",
"range-parser": "~1.2.1",

@@ -60,0 +60,0 @@ "safe-buffer": "5.2.1",

Sorry, the diff of this file is too big to display