koa-morgan
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -23,3 +23,3 @@ /*! | ||
function morgan() { | ||
var args = argument; | ||
var args = arguments; | ||
return function* morgan(next) { | ||
@@ -26,0 +26,0 @@ yield* next; |
{ | ||
"name": "koa-morgan", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "HTTP request logger middleware for koa", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
962