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

monocart-coverage-reports

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monocart-coverage-reports - npm Package Compare versions

Comparing version 2.4.1 to 2.4.2

10

lib/generate.js

@@ -42,7 +42,2 @@ const fs = require('fs');

// add lcovonly report
if (lcov) {
reportMap.lcovonly = {};
}
const reportList = Util.toList(reports, ',');

@@ -71,2 +66,7 @@ reportList.forEach((it) => {

// add lcovonly report after default report
if (lcov) {
reportMap.lcovonly = {};
}
const allBuildInReports = {

@@ -73,0 +73,0 @@ // v8

{
"name": "monocart-coverage-reports",
"version": "2.4.1",
"version": "2.4.2",
"description": "Monocart coverage reports",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

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