xprezzo-urlencoded-parser
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -0,1 +1,9 @@ | ||
1.1.1 / 2020-10-22 | ||
================== | ||
* depds xprezzo-raw-body updated to v1.1.1 | ||
* use xprezzo-content-type v1.0.0 | ||
* use xprezzo-querystring v1.0.0 | ||
* use xprezzo-typeis v1.0.0 | ||
1.1.0 / 2020-10-05 | ||
@@ -2,0 +10,0 @@ ================== |
@@ -15,3 +15,3 @@ /** | ||
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 | ||
@@ -21,3 +21,3 @@ const debug = require('xprezzo-raw-body').debug('xprezzo:urlencodedParser') | ||
const Reader = require('xprezzo-raw-body').Reader | ||
const typeis = require('type-is') | ||
const typeis = require('xprezzo-typeis') | ||
const prop = new WeakMap() | ||
@@ -216,3 +216,3 @@ | ||
case 'qs': | ||
mod = require('qs') | ||
mod = require('xprezzo-querystring') | ||
break | ||
@@ -219,0 +219,0 @@ case 'querystring': |
{ | ||
"name": "xprezzo-urlencoded-parser", | ||
"description": "Xprezzo urlencoded parser middleware", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"license": "MIT", | ||
@@ -9,12 +9,12 @@ "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-querystring": "1.0.0", | ||
"xprezzo-raw-body": "1.1.1", | ||
"xprezzo-typeis": "1.0.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "7.8.1", | ||
"eslint": "7.11.0", | ||
"eslint-config-standard": "14.1.1", | ||
"eslint-plugin-import": "2.22.0", | ||
"eslint-plugin-import": "2.22.1", | ||
"eslint-plugin-markdown": "1.0.2", | ||
@@ -25,3 +25,3 @@ "eslint-plugin-node": "11.1.0", | ||
"methods": "1.1.2", | ||
"mocha": "8.1.3", | ||
"mocha": "8.2.0", | ||
"nyc": "15.1.0", | ||
@@ -28,0 +28,0 @@ "supertest": "4.0.2", |
25218
+ Addedxprezzo-content-type@1.0.0
+ Addedxprezzo-querystring@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-querystring@1.0.0(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