Socket
Socket
Sign inDemoInstall

istanbul-reports

Package Overview
Dependencies
Maintainers
5
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

istanbul-reports - npm Package Compare versions

Comparing version 3.1.5 to 3.1.6

7

CHANGELOG.md

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

## [3.1.6](https://github.com/istanbuljs/istanbuljs/compare/istanbul-reports-v3.1.5...istanbul-reports-v3.1.6) (2023-07-25)
### Bug Fixes
* **clover:** always close last open tag ([07c6ea6](https://github.com/istanbuljs/istanbuljs/commit/07c6ea6537261a19b117702b7362dee0bdc001ac))
## [3.1.5](https://github.com/istanbuljs/istanbuljs/compare/istanbul-reports-v3.1.4...istanbul-reports-v3.1.5) (2022-07-13)

@@ -8,0 +15,0 @@

3

lib/clover/index.js

@@ -14,3 +14,2 @@ 'use strict';

this.xml = null;
this.projectRoot = opts.projectRoot || process.cwd();
this.file = opts.file || 'clover.xml';

@@ -117,3 +116,3 @@ }

}
this.xml.closeTag('package');
this.xml.closeTag(this.xml.stack[this.xml.stack.length - 1]);
}

@@ -120,0 +119,0 @@

{
"name": "istanbul-reports",
"version": "3.1.5",
"version": "3.1.6",
"description": "istanbul reports",

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

Sorry, the diff of this file is too big to display

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