koa-logger
Advanced tools
Comparing version 1.3.0 to 1.3.1
1.3.1 / 2017-01-12 | ||
================== | ||
* add color for code 0 | ||
* bump deps | ||
1.2.2 / 2014-07-05 | ||
@@ -6,3 +12,3 @@ ================== | ||
* fix: stop using octal literals for strict mode | ||
1.2.1 / 2014-05-13 | ||
@@ -9,0 +15,0 @@ ================== |
@@ -31,3 +31,4 @@ /** | ||
2: 'green', | ||
1: 'green' | ||
1: 'green', | ||
0: 'yellow' | ||
}; | ||
@@ -34,0 +35,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"repository": "koajs/logger", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"keywords": [ | ||
@@ -20,9 +20,9 @@ "koa", | ||
"devDependencies": { | ||
"chai": "^2.3.0", | ||
"koa": "^0.21.0", | ||
"koa-route": "^2.4.1", | ||
"mocha": "^2.2.5", | ||
"sinon": "^1.14.1", | ||
"sinon-chai": "^2.7.0", | ||
"supertest": "^1.0.1" | ||
"chai": "^3.5.0", | ||
"koa": "^1.2.4", | ||
"koa-route": "^2.4.2", | ||
"mocha": "^3.2.0", | ||
"sinon": "^1.17.7", | ||
"sinon-chai": "^2.8.0", | ||
"supertest": "^2.0.1" | ||
}, | ||
@@ -32,6 +32,6 @@ "license": "MIT", | ||
"bytes": "1", | ||
"chalk": "^1.0.0", | ||
"humanize-number": "~0.0.1", | ||
"chalk": "^1.1.3", | ||
"humanize-number": "0.0.2", | ||
"passthrough-counter": "^1.0.0" | ||
} | ||
} |
@@ -7,3 +7,3 @@ | ||
Development style logger middleware for [koa](https://github.com/koajs/koa). | ||
Development style logger middleware for [Koa](https://github.com/koajs/koa). | ||
@@ -10,0 +10,0 @@ ``` |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
5180
118
1
Updatedchalk@^1.1.3
Updatedhumanize-number@0.0.2