Socket
Socket
Sign inDemoInstall

istanbul-reports

Package Overview
Dependencies
6
Maintainers
4
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.4 to 2.2.5

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [2.2.5](https://github.com/istanbuljs/istanbuljs/compare/istanbul-reports@2.2.4...istanbul-reports@2.2.5) (2019-05-02)
### Bug Fixes
* **istanbul-reports:** Remove isRoot check causing incorrect report formatting ([#66](https://github.com/istanbuljs/istanbuljs/issues/66)). ([#382](https://github.com/istanbuljs/istanbuljs/issues/382)) ([df6e994](https://github.com/istanbuljs/istanbuljs/commit/df6e994))
## [2.2.4](https://github.com/istanbuljs/istanbuljs/compare/istanbul-reports@2.2.3...istanbul-reports@2.2.4) (2019-04-24)

@@ -8,0 +19,0 @@

8

lib/cobertura/index.js

@@ -60,5 +60,2 @@ /*

CoberturaReport.prototype.onSummary = function(node) {
if (node.isRoot()) {
return;
}
const metrics = node.getCoverageSummary(true);

@@ -76,6 +73,3 @@ if (!metrics) {

CoberturaReport.prototype.onSummaryEnd = function(node) {
if (node.isRoot()) {
return;
}
CoberturaReport.prototype.onSummaryEnd = function() {
this.xml.closeTag('classes');

@@ -82,0 +76,0 @@ this.xml.closeTag('package');

{
"name": "istanbul-reports",
"version": "2.2.4",
"version": "2.2.5",
"description": "istanbul reports",

@@ -37,3 +37,3 @@ "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",

},
"gitHead": "90e60cc47833bb780680f916488ca24f0be36ca2"
"gitHead": "679fc641b691442c4e9274e07809fef35272161d"
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc