🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

concol

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

concol - npm Package Compare versions

Comparing version
2.1.0
to
2.1.1
+1
-1
concol.js

@@ -31,3 +31,3 @@ /** Color console logging class */

// app show level
this.#levelShow = levelShow || this.#levelShow;
this.#levelShow = levelShow ?? this.#levelShow;

@@ -34,0 +34,0 @@ }

{
"name": "concol",
"version": "2.1.0",
"version": "2.1.1",
"description": "Node.js color console logger",

@@ -5,0 +5,0 @@ "type": "module",