Comparing version 2.3.0 to 2.4.0
{ | ||
"name": "koa-body", | ||
"version": "2.3.0", | ||
"version": "2.4.0", | ||
"description": "A koa body parser middleware. Support multipart, urlencoded and json request bodies.", | ||
"main": "index.js", | ||
"types": "./index.d.ts", | ||
"scripts": { | ||
@@ -41,6 +42,8 @@ "test": "node_modules/.bin/mocha", | ||
"dependencies": { | ||
"co-body": "*", | ||
"formidable": "1.1.1" | ||
"co-body": "^5.1.1", | ||
"formidable": "^1.1.1" | ||
}, | ||
"devDependencies": { | ||
"@types/koa": "^2.0.39", | ||
"koa": "^2.0.0", | ||
"koa-router": "^7.0.1", | ||
@@ -51,4 +54,3 @@ "lodash": "^3.3.1", | ||
"should": "*", | ||
"supertest": "2.0.0", | ||
"koa": "^2.0.0" | ||
"supertest": "2.0.0" | ||
}, | ||
@@ -55,0 +57,0 @@ "contributors": [ |
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
12213
0
8
+ Addedco-body@5.2.0(transitive)
+ Addedformidable@1.2.6(transitive)
- Removed@hapi/bourne@3.0.0(transitive)
- Removedco-body@6.2.0(transitive)
- Removedformidable@1.1.1(transitive)
Updatedco-body@^5.1.1
Updatedformidable@^1.1.1