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

errorlog

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

errorlog - npm Package Compare versions

Comparing version 1.4.5 to 1.4.6

2

package.json
{
"name": "errorlog",
"description": "Yet another logger for Node",
"version": "1.4.5",
"version": "1.4.6",
"author": {

@@ -6,0 +6,0 @@ "name": "Pier Fumagalli",

@@ -101,4 +101,7 @@ Simple Error Log

The default level can also be specified by using the `LOG_LEVEL` environment
variable.
Logging

@@ -105,0 +108,0 @@ -------

@@ -69,3 +69,3 @@ 'use strict';

var defaultLog = wrap(process.stderr);
var defaultLevel = INFO;
var defaultLevel = parseLevel(process.env.LOG_LEVEL, INFO);
var defaultColorize = process.stderr.isTTY == true;

@@ -72,0 +72,0 @@

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