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

yog-log

Package Overview
Dependencies
Maintainers
3
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yog-log - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

6

index.js

@@ -259,3 +259,3 @@ var fs = require('fs'),

this.params['CONTENT_LENGTH'] = (res._headers || {})['content-length'] || '-';
this.params['HEADERS'] = req.headers;
this.params['pid'] = process.pid;

@@ -617,2 +617,6 @@ },

}
name = name.toLowerCase();
if (this.params.HEADERS && this.params.HEADERS.hasOwnProperty(name) && this.params.HEADERS[name]) {
return this.params.HEADERS[name];
}
return '-';

@@ -619,0 +623,0 @@ },

2

package.json
{
"name": "yog-log",
"version": "0.1.1",
"version": "0.1.2",
"description": "yog logger",

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