Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

istanbul-lib-report

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

istanbul-lib-report - npm Package Compare versions

Comparing version 1.0.0-alpha.2 to 1.0.0-alpha.3

README.md

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>",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc