Socket
Socket
Sign inDemoInstall

pixl-logger

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pixl-logger - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

logger.js

@@ -79,3 +79,3 @@ // Generic Logger Class for Node.JS

var val = this.args[col];
if ((typeof(val) == 'undefined') || !val.toString) val = '';
if ((typeof(val) == 'undefined') || (val === null) || !val.toString) val = '';
cols.push( val.toString().replace(/[\r\n]/g, ' ').replace(/\]\[/g, '') );

@@ -82,0 +82,0 @@ }

{
"name": "pixl-logger",
"version": "1.0.5",
"version": "1.0.6",
"description": "A simple logging class which generates [bracket][delimited] log columns.",

@@ -5,0 +5,0 @@ "author": "Joseph Huckaby <jhuckaby@gmail.com>",

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