New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

bare-logger

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bare-logger - npm Package Compare versions

Comparing version
2.0.2
to
2.0.3
+5
-1
index.js

@@ -8,5 +8,9 @@ const { formatWithOptions } = require('bare-format')

this.colors = colors
this._colors = colors
}
get colors() {
return this._colors
}
format(...data) {

@@ -13,0 +17,0 @@ return format(data, this.colors)

+1
-1
{
"name": "bare-logger",
"version": "2.0.2",
"version": "2.0.3",
"description": "Low-level logger for Bare",

@@ -5,0 +5,0 @@ "exports": {