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

kitten-logger

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kitten-logger - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## v0.3.1
*2024-10-21*
- Add timestamp field in log format for TTY output.
## v0.3.0

@@ -2,0 +6,0 @@ *2024-02-29*

2

package.json
{
"name": "kitten-logger",
"version": "0.3.0",
"version": "0.3.1",
"description": "",

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

@@ -120,3 +120,3 @@ const utils = require('./utils');

_time = COLORS.DIM + getTime() + COLORS.OFF;
_time = COLORS.DIM + getCurrentTimestamp() + COLORS.OFF;
namespace = COLORS.DIM + namespace + COLORS.OFF;

@@ -123,0 +123,0 @@ level = colorsByLevel[level] + level + COLORS.OFF;

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