color-logger
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
7638