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.6 to 1.1.0

38

HISTORY.md

@@ -1,40 +0,4 @@

1.0.6 / 2020-09-28
1.1.0 / 2020-10-05
==================
* deps upgrade xprezzo-http-errors to 1.0.2
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
1.0.3 / 2020-09-25
==================
* deps upgrade xprezzo-buffer to 1.0.1
* deps upgrade xprezzo-iconv to 1.0.2
* deps upgrade xprezzo-raw-body to 1.0.1
1.0.2 / 2020-09-20
==================
* use xprezzo-http-errors v1.0.1 to replace http-errors
* use xprezzo-on-finished v1.0.0 to replace on-finished
* use xprezzo-buffer v1.0.0 to replace safe-buffer
* use xprezzo-raw-body v1.0.0 to replace raw-body
* use xprezzo-iconv v1.0.1 to replace iconv-lite
1.0.1 / 2020-09-17
==================
* deps upgrade xprezzo-debug to 1.0.1
1.0.0 / 2020-09-17
==================
* initial release

2

index.js
/*!
* xprezzo-body-parser
* Copyright(c) 2020 Leolio McLeon
* Copyright(c) 2020 Ben Ajenoui <info@seohero.io>
* MIT Licensed

@@ -5,0 +5,0 @@ */

{
"name": "xprezzo-body-parser",
"description": "Xprezzo body parsing middleware",
"version": "1.0.6",
"version": "1.1.0",
"license": "MIT",
"author": "Leolio Mcleon <info@leolio.page>",
"author": "Ben Ajenoui <info@seohero.io>",
"repository": "xprezzo/xprezzo-body-parser",

@@ -14,7 +14,7 @@ "dependencies": {

"type-is": "~1.6.18",
"xprezzo-debug": "^1.0.1",
"xprezzo-http-errors": "1.0.2",
"xprezzo-iconv": "1.0.2",
"xprezzo-on-finished": "1.0.0",
"xprezzo-raw-body": "1.0.3"
"xprezzo-debug": "^1.1.0",
"xprezzo-http-errors": "1.1.0",
"xprezzo-iconv": "1.1.0",
"xprezzo-on-finished": "1.1.0",
"xprezzo-raw-body": "1.1.0"
},

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

# xprezzo-body-parser
Parse incoming request bodies in a middleware before your handlers, available
under the `req.body` property.
under the `req.body` property. It is a middleware of [xprezzo](https://github.com/xprezzo)
**Note** As `req.body`'s shape is based on user-controlled input, all
properties and values in this object are untrusted and should be validated
before trusting. For example, `req.body.foo.toString()` may fail in multiple
ways, for example the `foo` property may not be there or may not be a string,
and `toString` may not be a function and instead a string or other user input.
[Learn about the anatomy of an HTTP transaction in Node.js](https://nodejs.org/en/docs/guides/anatomy-of-an-http-transaction/).
## Installation

@@ -417,4 +410,8 @@

## People
Xprezzo and related projects are maintained by [Ben Ajenoui](mailto:info@seoher.io) and sponsored by [SEO Hero](https://www.seohero.io).
## License
[MIT](LICENSE)

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