xprezzo-body-parser
Advanced tools
Comparing version 1.0.6 to 1.1.0
@@ -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 |
/*! | ||
* 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
39985
417
+ Addedxprezzo-buffer@1.1.0(transitive)
+ Addedxprezzo-debug@1.1.0(transitive)
+ Addedxprezzo-http-errors@1.1.0(transitive)
+ Addedxprezzo-iconv@1.1.0(transitive)
+ Addedxprezzo-mixin@1.1.0(transitive)
+ Addedxprezzo-on-finished@1.1.0(transitive)
+ Addedxprezzo-raw-body@1.1.0(transitive)
+ Addedxprezzo-setprototypeof@1.1.0(transitive)
- Removedxprezzo-buffer@1.0.1(transitive)
- Removedxprezzo-debug@1.0.1(transitive)
- Removedxprezzo-http-errors@1.0.2(transitive)
- Removedxprezzo-iconv@1.0.2(transitive)
- Removedxprezzo-mixin@1.0.0(transitive)
- Removedxprezzo-on-finished@1.0.0(transitive)
- Removedxprezzo-raw-body@1.0.3(transitive)
- Removedxprezzo-setprototypeof@1.0.0(transitive)
Updatedxprezzo-debug@^1.1.0
Updatedxprezzo-http-errors@1.1.0
Updatedxprezzo-iconv@1.1.0
Updatedxprezzo-on-finished@1.1.0
Updatedxprezzo-raw-body@1.1.0