koa-body-parser
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -25,3 +25,3 @@ | ||
try { | ||
this.request.body = yield parse(this.request, opts); | ||
this.request.body = yield parse(this, opts); | ||
} catch (err) { | ||
@@ -28,0 +28,0 @@ if (err.status !== 415 || !empty) |
{ | ||
"name": "koa-body-parser", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Parse request body into ctx.request.body", | ||
@@ -16,3 +16,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"co-body": "~1.0.0" | ||
"co-body": "^2.0.0" | ||
}, | ||
@@ -19,0 +19,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6273
9
119
+ Addedco-body@2.0.0(transitive)
+ Addediconv-lite@0.4.8(transitive)
+ Addedqs@2.4.2(transitive)
+ Addedraw-body@1.3.4(transitive)
- Removedco-body@1.0.0(transitive)
- Removedqs@1.0.2(transitive)
- Removedraw-body@1.1.7(transitive)
- Removedstring_decoder@0.10.31(transitive)
Updatedco-body@^2.0.0