koa-logger
Advanced tools
Comparing version 2.0.0 to 2.0.1
2.0.1 / 2017-01-12 | ||
================== | ||
* add color for code 0 | ||
* bump deps | ||
2.0.0 / 2015-11-19 | ||
@@ -3,0 +9,0 @@ ================== |
@@ -32,3 +32,4 @@ /** | ||
2: 'green', | ||
1: 'green' | ||
1: 'green', | ||
0: 'yellow' | ||
}; | ||
@@ -35,0 +36,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"repository": "koajs/logger", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"keywords": [ | ||
@@ -20,9 +20,9 @@ "koa", | ||
"devDependencies": { | ||
"chai": "^2.3.0", | ||
"koa": "^2.0.0-alpha.3", | ||
"koa-route": "^3.0.0", | ||
"mocha": "^2.2.5", | ||
"sinon": "^1.14.1", | ||
"sinon-chai": "^2.7.0", | ||
"supertest": "^1.0.1" | ||
"chai": "^3.5.0", | ||
"koa": "^2.0.0-alpha.7", | ||
"koa-route": "^3.2.0", | ||
"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" | ||
} | ||
} |
@@ -32,3 +32,3 @@ | ||
const logger = require('koa-logger') | ||
const koa = require('koa') | ||
const Koa = require('koa') | ||
@@ -35,0 +35,0 @@ const app = new Koa() |
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
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
5479
116
0
Updatedchalk@^1.1.3
Updatedhumanize-number@0.0.2