logger4node
Advanced tools
Comparing version 1.0.24 to 1.0.25
{ | ||
"name": "logger4node", | ||
"version": "1.0.24", | ||
"version": "1.0.25", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -230,2 +230,5 @@ "use strict"; | ||
const githubFilePath = file.split(this.config.github.basePath)[1]; | ||
if (githubFilePath.includes('node_modules')) { | ||
return undefined; | ||
} | ||
return `https://github.com/${this.config.github.org}/${this.config.github.repo}/blob/${this.config.github.commitHash}${githubFilePath}#L${line}`; | ||
@@ -232,0 +235,0 @@ } |
Sorry, the diff of this file is not supported yet
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
107664
1249
0