hmpo-logger
Advanced tools
Comparing version 4.1.3 to 4.1.4
@@ -179,2 +179,4 @@ const winston = require('winston'); | ||
res.transferTime = timeDiff(res._startAt, res._endAt); | ||
/* istanbul ignore if */ | ||
if (!res.responseTime) res.responseTime = res.transferTime; | ||
@@ -181,0 +183,0 @@ const url = req.originalUrl || req.url || ''; |
{ | ||
"name": "hmpo-logger", | ||
"version": "4.1.3", | ||
"version": "4.1.4", | ||
"description": "Consistent logging for hmpo apps", | ||
@@ -26,5 +26,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"async": "^3.2.0", | ||
"debug": "^4.3.1", | ||
"glob": "^7.1.1", | ||
"async": "^3.2.2", | ||
"debug": "^4.3.3", | ||
"glob": "^7.2.0", | ||
"on-finished": "^2.3.0", | ||
@@ -38,8 +38,8 @@ "on-headers": "^1.0.1", | ||
"chai": "^4.3.4", | ||
"eslint": "^7.25.0", | ||
"mocha": "^8.3.2", | ||
"eslint": "^8.4.1", | ||
"mocha": "^9.1.3", | ||
"nyc": "^15.1.0", | ||
"sinon": "^10.0.0", | ||
"sinon-chai": "^3.6.0", | ||
"sinon-test": "^3.1.0" | ||
"sinon": "^12.0.1", | ||
"sinon-chai": "^3.7.0", | ||
"sinon-test": "^3.1.1" | ||
}, | ||
@@ -46,0 +46,0 @@ "nyc": { |
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
91946
2071
Updatedasync@^3.2.2
Updateddebug@^4.3.3
Updatedglob@^7.2.0