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

color-logger

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

color-logger - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

out/src/ColorLogger.js

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

const line = lines[4];
const matched = line.match(/\(.*?([^/]*:\d+:\d+)\)$/);
const matched = line.match(/([\w\d\-_.]*:\d+:\d+)/);
info = matched[1];

@@ -64,0 +64,0 @@ }

{
"name": "color-logger",
"version": "0.0.4",
"version": "0.0.5",
"description": "Colorful Logger",

@@ -5,0 +5,0 @@ "author": "h13i32maru",

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