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

hapi-ot-logger

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hapi-ot-logger - npm Package Compare versions

Comparing version 2.1.1 to 2.1.22

2

lib/logger.js

@@ -70,3 +70,3 @@ var os = require("os"),

payload: cfg.payload ? stringifySafe(request.payload) : null,
status: request.response.statusCode,
status: request.response ? request.response.statusCode : 0,
duration: (Date.now() - request.info.received) * 1000, // just to be compliant. sigh

@@ -73,0 +73,0 @@ durationMilliseconds: Date.now() - request.info.received,

{
"name": "hapi-ot-logger",
"version": "2.1.1",
"version": "2.1.22",
"description": "logger conforming to ot standards",

@@ -5,0 +5,0 @@ "main": "index.js",

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