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

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.8 to 1.0.9

2

logger.js

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

if (this.args.sync) fs.appendFileSync(path, line);
else fs.appendFile(path, line);
else fs.appendFile(path, line, function() {});

@@ -98,0 +98,0 @@ // echo to console if desired

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