Socket
Socket
Sign inDemoInstall

body-parser

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

body-parser - npm Package Compare versions

Comparing version 1.16.1 to 1.17.0

9

HISTORY.md

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

1.17.0 / 2017-03-01
===================
* deps: http-errors@~1.6.1
- Make `message` property enumerable for `HttpError`s
- deps: setprototypeof@1.0.3
* deps: qs@6.3.1
- Fix compacting nested arrays
1.16.1 / 2017-02-10

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

8

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

@@ -16,6 +16,6 @@ "Douglas Christopher Wilson <doug@somethingdoug.com>",

"depd": "~1.1.0",
"http-errors": "~1.5.1",
"http-errors": "~1.6.1",
"iconv-lite": "0.4.15",
"on-finished": "~2.3.0",
"qs": "6.2.1",
"qs": "6.3.1",
"raw-body": "~2.2.0",

@@ -25,3 +25,3 @@ "type-is": "~1.6.14"

"devDependencies": {
"eslint": "3.15.0",
"eslint": "3.16.1",
"eslint-config-standard": "6.2.1",

@@ -28,0 +28,0 @@ "eslint-plugin-markdown": "1.0.0-beta.3",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc