istanbul-lib-coverage
Advanced tools
Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4
@@ -204,3 +204,3 @@ /* | ||
Object.keys(branchMap).forEach(function (k) { | ||
var line = branchMap[k].line, | ||
var line = branchMap[k].loc.start.line, | ||
branchData = branches[k]; | ||
@@ -257,4 +257,4 @@ ret[line] = ret[line] || []; | ||
FileCoverage.prototype.computeSimpleTotals = function (property) { | ||
var stats = this[property], | ||
FileCoverage.prototype.computeSimpleTotals = function (propOrMethod) { | ||
var stats = this[propOrMethod], | ||
ret = {total: 0, covered: 0, skipped: 0}; | ||
@@ -261,0 +261,0 @@ |
{ | ||
"name": "istanbul-lib-coverage", | ||
"version": "1.0.0-alpha.3", | ||
"version": "1.0.0-alpha.4", | ||
"description": "Data library for istanbul coverage objects", | ||
@@ -5,0 +5,0 @@ "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>", |
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
78100
0