Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hmpo-logger

Package Overview
Dependencies
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hmpo-logger - npm Package Compare versions

Comparing version 4.1.3 to 4.1.4

2

lib/manager.js

@@ -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 || '';

18

package.json
{
"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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc