Socket
Socket
Sign inDemoInstall

body-parser

Package Overview
Dependencies
11
Maintainers
6
Versions
72
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.10.2 to 1.11.0

7

HISTORY.md

@@ -0,1 +1,8 @@

1.11.0 / 2015-01-30
===================
* make internal `extended: true` depth limit infinity
* deps: type-is@~1.5.6
- deps: mime-types@~2.0.8
1.10.2 / 2015-01-20

@@ -2,0 +9,0 @@ ===================

1

lib/types/urlencoded.js

@@ -126,2 +126,3 @@ /*!

arrayLimit: arrayLimit,
depth: Infinity,
parameterLimit: parameterLimit

@@ -128,0 +129,0 @@ })

4

package.json
{
"name": "body-parser",
"description": "Node.js body parsing middleware",
"version": "1.10.2",
"version": "1.11.0",
"contributors": [

@@ -19,3 +19,3 @@ "Douglas Christopher Wilson <doug@somethingdoug.com>",

"raw-body": "1.3.2",
"type-is": "~1.5.5"
"type-is": "~1.5.6"
},

@@ -22,0 +22,0 @@ "devDependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc