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.6 to 1.0.7

2

logger.js

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

this.args.epoch = Math.floor( this.args.hires_epoch );
this.args.date = dargs.yyyy_mm_dd + ' ' + dargs.hh_mi_ss;
this.args.date = dargs.yyyy_mm_dd.replace(/\//g, '-') + ' ' + dargs.hh_mi_ss;

@@ -67,0 +67,0 @@ // support json 'data' arg

{
"name": "pixl-logger",
"version": "1.0.6",
"version": "1.0.7",
"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