koa-sendfile
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "koa-sendfile", | ||
"description": "basic file-sending utility for koa", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"author": { | ||
@@ -13,13 +13,14 @@ "name": "Jonathan Ong", | ||
"dependencies": { | ||
"debug": "*", | ||
"debug": "^3.2.5", | ||
"etag": "^1.5.1", | ||
"mz": "1" | ||
"mz": "^1.3.0" | ||
}, | ||
"devDependencies": { | ||
"istanbul-harmony": "0", | ||
"koa": "*", | ||
"co": "^3.0.5", | ||
"should": "^3.0", | ||
"mocha": "^1.13", | ||
"supertest": "0" | ||
"co": "^3.1.0", | ||
"etag": "^1.8.1", | ||
"istanbul-harmony": "^0.3.16", | ||
"koa": "^1.6.2", | ||
"mocha": "^1.21.5", | ||
"should": "^3.3.2", | ||
"supertest": "^0.15.0" | ||
}, | ||
@@ -38,3 +39,6 @@ "scripts": { | ||
], | ||
"publishConfig": { | ||
"tag": "latest-1" | ||
}, | ||
"license": "MIT" | ||
} |
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
5656
5
0
7
+ Addeddebug@3.2.7(transitive)
- Removeddebug@4.4.0(transitive)
Updateddebug@^3.2.5
Updatedmz@^1.3.0