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.10 to 1.0.11

6

logger.js

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

inp.on('end', function() {
outp.on('finish', function() {
// final rename

@@ -299,3 +299,3 @@ fs.rename(dest_temp_file, dest_path, function(err) {

inp.on('end', function() {
outp.on('finish', function() {
// all done, delete temp file

@@ -315,3 +315,3 @@ fs.unlink( src_temp_file, callback );

inp.on('end', function() {
outp.on('finish', function() {
// all done, delete temp file

@@ -318,0 +318,0 @@ fs.unlink( src_temp_file, callback );

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