monocart-coverage-reports
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -29,2 +29,5 @@ const Util = require('../utils/util.js'); | ||
const findInRanges = (start, end, ranges) => { | ||
if (!Util.isList(ranges)) { | ||
return; | ||
} | ||
const range = quickFindRange(start, ranges); | ||
@@ -31,0 +34,0 @@ if (start >= range.startOffset && end <= range.endOffset) { |
{ | ||
"name": "monocart-coverage-reports", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Monocart coverage reports", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
730614
5582