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 2.0.1 to 2.0.2

2

logger.js

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

var hires_epoch = now / 1000;
var epoch = Math.floor( epoch );
var epoch = Math.floor( hires_epoch );

@@ -189,0 +189,0 @@ // only compute local date/time string for unique seconds, for performance

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