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
93
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.11.5 to 2.11.6

1

lib/cli.js

@@ -209,2 +209,3 @@ #!/usr/bin/env node

.allowUnknownOption()
.allowExcessArguments()
.option('-c, --config <path>', 'custom config file path')

@@ -211,0 +212,0 @@ .option('-l, --logging <logging>', 'off, error, info, debug')

@@ -547,2 +547,4 @@ declare namespace MCR {

getIstanbulCoverage: (coverageKey?: string) => Promise<any>;
close: () => Promise<void>
}

@@ -549,0 +551,0 @@

14

package.json
{
"name": "monocart-coverage-reports",
"version": "2.11.5",
"version": "2.11.6",
"description": "A code coverage tool to generate native V8 reports or Istanbul reports.",

@@ -82,4 +82,4 @@ "main": "./lib/index.js",

"acorn-walk": "^8.3.4",
"commander": "^12.1.0",
"console-grid": "^2.2.2",
"commander": "^13.0.0",
"console-grid": "^2.2.3",
"eight-colors": "^1.3.1",

@@ -98,4 +98,4 @@ "foreground-child": "^3.3.0",

"diff-sequences": "^29.6.3",
"esbuild": "^0.24.0",
"eslint": "~9.17.0",
"esbuild": "^0.24.2",
"eslint": "~9.18.0",
"eslint-config-plus": "^2.0.2",

@@ -112,5 +112,5 @@ "eslint-plugin-html": "^8.1.2",

"starfall-cli": "^2.0.20",
"stylelint": "^16.12.0",
"stylelint": "^16.13.0",
"stylelint-config-plus": "^1.1.3",
"supports-color": "^9.4.0",
"supports-color": "^10.0.0",
"tsx": "^4.19.2",

@@ -117,0 +117,0 @@ "turbogrid": "^3.2.0",

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