koa2-swagger-ui
Advanced tools
Comparing version 5.0.0 to 5.0.1
{ | ||
"name": "koa2-swagger-ui", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Swagger UI middleware for koa", | ||
@@ -24,3 +24,3 @@ "main": "dist/index.js", | ||
"handlebars": "^4.7.6", | ||
"lodash.defaultsdeep": "^4.6.1", | ||
"lodash": "^4.17.20", | ||
"read-pkg-up": "^7.0.1" | ||
@@ -32,4 +32,4 @@ }, | ||
"@types/koa-router": "7.4.1", | ||
"@types/lodash.defaultsdeep": "4.6.6", | ||
"@types/node": "14.6.2", | ||
"@types/lodash": "4.14.161", | ||
"@types/node": "14.6.4", | ||
"@types/supertest": "2.0.10", | ||
@@ -36,0 +36,0 @@ "del-cli": "3.0.1", |
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
18931
+ Addedlodash@^4.17.20
+ Addedlodash@4.17.21(transitive)
- Removedlodash.defaultsdeep@^4.6.1
- Removedlodash.defaultsdeep@4.6.1(transitive)