istanbul-lib-report
Advanced tools
Comparing version 1.0.0-alpha.2 to 1.0.0-alpha.3
12
index.js
@@ -12,3 +12,2 @@ /* | ||
var summarizer = require('./lib/summarizer'), | ||
reportSource = require('./lib/report-source'), | ||
context = require('./lib/context'), | ||
@@ -19,11 +18,2 @@ watermarks = require('./lib/watermarks'); | ||
/** | ||
* returns a report source for the supplied coverage map and options | ||
* @param {CoverageMap} a coverage map | ||
* @param {Object} [opts=null] report source options | ||
* @returns {ReportSource} | ||
*/ | ||
createReportSource: function (coverageMap, opts) { | ||
return reportSource.create(coverageMap, opts); | ||
}, | ||
/** | ||
* returns a reporting context for the supplied options | ||
@@ -65,3 +55,3 @@ * @param {Object} [opts=null] opts | ||
* coverage numbers for the files in it (i.e. excludes subdirectories). | ||
* This is the default summarizer used by the report source. | ||
* This is the default summarizer. | ||
*/ | ||
@@ -68,0 +58,0 @@ pkg: summarizer.createPackageSummary |
{ | ||
"name": "istanbul-lib-report", | ||
"version": "1.0.0-alpha.2", | ||
"version": "1.0.0-alpha.3", | ||
"description": "Base reporting library for istanbul", | ||
@@ -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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
0
8
108503
2010