v8-to-istanbul
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -5,2 +5,11 @@ # Change Log | ||
## [3.0.1](https://github.com/bcoe/v8-to-istanbul/compare/v3.0.0...v3.0.1) (2019-05-01) | ||
### Bug Fixes | ||
* initial column could be 0 on Node 10, after wrapper taken into account ([#22](https://github.com/bcoe/v8-to-istanbul/issues/22)) ([aa3f73b](https://github.com/bcoe/v8-to-istanbul/commit/aa3f73b)) | ||
# [3.0.0](https://github.com/bcoe/v8-to-istanbul/compare/v2.0.2...v3.0.0) (2019-04-29) | ||
@@ -7,0 +16,0 @@ |
@@ -104,3 +104,3 @@ const CovLine = require('./line') | ||
line, | ||
column - 1 | ||
Math.max(column - 1, 1) | ||
) | ||
@@ -107,0 +107,0 @@ |
{ | ||
"name": "v8-to-istanbul", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "convert from v8 coverage format to istanbul's format", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
64118
0