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

captains-log

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

captains-log - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

4

lib/configure.js

@@ -157,2 +157,6 @@ /**

var colorName = colorMappings[logAt];
// Failsafe in case of troublesome configuration:
if (colorName === undefined) {
colorName = 'white';
}

@@ -159,0 +163,0 @@ // Get the ANSI-colorized prefix.

2

package.json
{
"name": "captains-log",
"version": "2.0.0",
"version": "2.0.1",
"description": "Lightweight logger with a simple pass-through configuration for use with fancier logging libraries",

@@ -5,0 +5,0 @@ "main": "index.js",

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