New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

xprezzo-body-parser

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xprezzo-body-parser - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

7

HISTORY.md

@@ -1,4 +0,9 @@

1.0.4 / 2020-09-25
1.0.5 / 2020-09-27
==================
* deps upgrade xprezzo-raw-body to 1.0.3
1.0.4 / 2020-09-25
==================
* deps upgrade xprezzo-raw-body to 1.0.2

@@ -5,0 +10,0 @@

8

index.js
/*!
* body-parser
* Copyright(c) 2014-2015 Douglas Christopher Wilson
* xprezzo-body-parser
* Copyright(c) 2020 Leolio McLeon
* MIT Licensed

@@ -21,3 +21,3 @@ */

var parsers = Object.create(null)
var parsers = Object.create(null);

@@ -39,3 +39,3 @@ /**

exports = module.exports = deprecate.function(bodyParser,
'bodyParser: use individual json/urlencoded middlewares')
'bodyParser: use individual json/urlencoded middlewares');

@@ -42,0 +42,0 @@ /**

{
"name": "xprezzo-body-parser",
"description": "Xprezzo body parsing middleware",
"version": "1.0.4",
"version": "1.0.5",
"license": "MIT",

@@ -18,3 +18,3 @@ "author": "Leolio Mcleon <info@leolio.page>",

"xprezzo-on-finished": "1.0.0",
"xprezzo-raw-body": "1.0.2"
"xprezzo-raw-body": "1.0.3"
},

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

# xprezzo-body-parser
This is cloned and modified version from [body-parser](https://github.com/expressjs/body-parser)
Xprezzo body parsing middleware.
Parse incoming request bodies in a middleware before your handlers, available

@@ -17,25 +14,2 @@ under the `req.body` property.

_This does not handle multipart bodies_, due to their complex and typically
large nature. For multipart bodies, you may be interested in the following
modules:
* [busboy](https://www.npmjs.org/package/busboy#readme) and
[connect-busboy](https://www.npmjs.org/package/connect-busboy#readme)
* [multiparty](https://www.npmjs.org/package/multiparty#readme) and
[connect-multiparty](https://www.npmjs.org/package/connect-multiparty#readme)
* [formidable](https://www.npmjs.org/package/formidable#readme)
* [multer](https://www.npmjs.org/package/multer#readme)
This module provides the following parsers:
* [JSON body parser](#bodyparserjsonoptions)
* [Raw body parser](#bodyparserrawoptions)
* [Text body parser](#bodyparsertextoptions)
* [URL-encoded form body parser](#bodyparserurlencodedoptions)
Other body parsers you might be interested in:
- [body](https://www.npmjs.org/package/body#readme)
- [co-body](https://www.npmjs.org/package/co-body#readme)
## Installation

@@ -42,0 +16,0 @@

Sorry, the diff of this file is not supported yet

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