xprezzo-json-parser
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -0,1 +1,8 @@ | ||
1.1.1 / 2020-10-19 | ||
================== | ||
* depds updated | ||
* use xprezzo-content-type v1.0.0 | ||
* use xprezzo-typeis v1.0.0 | ||
1.1.0 / 2020-10-05 | ||
@@ -2,0 +9,0 @@ ================== |
@@ -15,7 +15,7 @@ /** | ||
const bytes = require('xprezzo-raw-body').bytes | ||
const contentType = require('content-type') | ||
const contentType = require('xprezzo-content-type') | ||
const createError = require('xprezzo-raw-body').httpErrors | ||
const debug = require('xprezzo-raw-body').debug('xprezzo:json-parser') | ||
const Reader = require('xprezzo-raw-body').Reader | ||
const typeis = require('type-is') | ||
const typeis = require('xprezzo-typeis') | ||
const prop = new WeakMap() | ||
@@ -22,0 +22,0 @@ |
{ | ||
"name": "xprezzo-json-parser", | ||
"description": "Xprezzo json parser middleware", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"license": "MIT", | ||
@@ -9,21 +9,20 @@ "author": "Ben Ajenoui <info@seohero.io>", | ||
"dependencies": { | ||
"content-type": "~1.0.4", | ||
"depd": "~2.0.0", | ||
"qs": "6.9.4", | ||
"type-is": "~1.6.18", | ||
"xprezzo-raw-body": "1.1.0" | ||
"xprezzo-content-type": "~1.0.0", | ||
"xprezzo-raw-body": "1.1.1", | ||
"xprezzo-typeis": "~1.0.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "7.8.1", | ||
"eslint-config-standard": "14.1.1", | ||
"eslint-plugin-import": "2.22.0", | ||
"eslint-plugin-markdown": "1.0.2", | ||
"eslint-plugin-node": "11.1.0", | ||
"eslint-plugin-promise": "4.2.1", | ||
"eslint-plugin-standard": "4.0.1", | ||
"eslint": "~7.11.0", | ||
"eslint-config-standard": "~14.1.1", | ||
"eslint-plugin-import": "~2.22.1", | ||
"eslint-plugin-markdown": "~1.0.2", | ||
"eslint-plugin-node": "~11.1.0", | ||
"eslint-plugin-promise": "~4.2.1", | ||
"eslint-plugin-standard": "~4.0.1", | ||
"methods": "1.1.2", | ||
"mocha": "8.1.3", | ||
"mocha": "~8.2.0", | ||
"nyc": "15.1.0", | ||
"supertest": "4.0.2", | ||
"xprezzo-buffer": "1.0.1" | ||
"xprezzo-buffer": "1.1.1" | ||
}, | ||
@@ -30,0 +29,0 @@ "files": [ |
16207
4
+ Addedxprezzo-content-type@~1.0.0
+ Addedxprezzo-typeis@~1.0.0
+ Addedxprezzo-buffer@1.1.1(transitive)
+ Addedxprezzo-bytes@1.0.0(transitive)
+ Addedxprezzo-content-type@1.0.0(transitive)
+ Addedxprezzo-debug@1.1.1(transitive)
+ Addedxprezzo-http-errors@1.1.1(transitive)
+ Addedxprezzo-iconv@1.1.1(transitive)
+ Addedxprezzo-mixin@1.1.1(transitive)
+ Addedxprezzo-on-finished@1.1.1(transitive)
+ Addedxprezzo-raw-body@1.1.1(transitive)
+ Addedxprezzo-setprototypeof@1.1.1(transitive)
+ Addedxprezzo-stream-unpipe@1.0.0(transitive)
+ Addedxprezzo-typeis@1.0.0(transitive)
- Removedcontent-type@~1.0.4
- Removedqs@6.9.4
- Removedtype-is@~1.6.18
- Removedbytes@3.1.0(transitive)
- Removedcontent-type@1.0.5(transitive)
- Removedee-first@1.1.1(transitive)
- Removedinherits@2.0.4(transitive)
- Removedqs@6.9.4(transitive)
- Removedtoidentifier@1.0.0(transitive)
- Removedtype-is@1.6.18(transitive)
- Removedunpipe@1.0.0(transitive)
- Removedxprezzo-buffer@1.1.0(transitive)
- Removedxprezzo-debug@1.1.0(transitive)
- Removedxprezzo-http-errors@1.1.0(transitive)
- Removedxprezzo-iconv@1.1.0(transitive)
- Removedxprezzo-mixin@1.1.0(transitive)
- Removedxprezzo-on-finished@1.1.0(transitive)
- Removedxprezzo-raw-body@1.1.0(transitive)
- Removedxprezzo-setprototypeof@1.1.0(transitive)
Updatedxprezzo-raw-body@1.1.1