@betterer/logger
Advanced tools
Comparing version 4.0.1 to 4.3.4
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.3.4](https://github.com/phenomnomnominal/betterer/compare/v4.3.3...v4.3.4) (2021-06-09) | ||
**Note:** Version bump only for package @betterer/logger | ||
## [4.0.1](https://github.com/phenomnomnominal/betterer/compare/v4.0.0...v4.0.1) (2021-03-02) | ||
@@ -8,0 +16,0 @@ |
@@ -29,5 +29,6 @@ "use strict"; | ||
}; | ||
return `\n ${filePath}\n${code_frame_1.codeFrameColumns(fileText, { start, end }, options)}\n`; | ||
// `codeFrameColumns` doesn't handle empty strings very well! | ||
return `\n ${filePath}\n${code_frame_1.codeFrameColumns(fileText || ' ', { start, end }, options)}\n`; | ||
} | ||
exports.codeΔ = codeΔ; | ||
//# sourceMappingURL=code.js.map |
{ | ||
"name": "@betterer/logger", | ||
"description": "logger for @betterer/betterer", | ||
"version": "4.0.1", | ||
"version": "4.3.4", | ||
"license": "MIT", | ||
@@ -41,3 +41,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "b01151cd73567953a1ec37b9d89f22c25b867827" | ||
"gitHead": "b35c773779b4bbfbb6d4ef40d58ae1b5052f2e0d" | ||
} |
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
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
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
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
0
17508
16
83
1