Socket
Socket
Sign inDemoInstall

body-parser

Package Overview
Dependencies
21
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.19.1 to 1.19.2

9

HISTORY.md

@@ -0,1 +1,10 @@

1.19.2 / 2022-02-15
===================
* deps: bytes@3.1.2
* deps: qs@6.9.7
* Fix handling of `__proto__` keys
* deps: raw-body@2.4.3
- deps: bytes@3.1.2
1.19.1 / 2021-12-10

@@ -2,0 +11,0 @@ ===================

14

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

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

"dependencies": {
"bytes": "3.1.1",
"bytes": "3.1.2",
"content-type": "~1.0.4",

@@ -20,4 +20,4 @@ "debug": "2.6.9",

"on-finished": "~2.3.0",
"qs": "6.9.6",
"raw-body": "2.4.2",
"qs": "6.9.7",
"raw-body": "2.4.3",
"type-is": "~1.6.18"

@@ -28,3 +28,3 @@ },

"eslint-config-standard": "14.1.1",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-markdown": "2.2.1",

@@ -35,6 +35,6 @@ "eslint-plugin-node": "11.1.0",

"methods": "1.1.2",
"mocha": "9.1.3",
"mocha": "9.2.0",
"nyc": "15.1.0",
"safe-buffer": "5.2.1",
"supertest": "6.1.6"
"supertest": "6.2.2"
},

@@ -41,0 +41,0 @@ "files": [

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