Socket
Socket
Sign inDemoInstall

@vitest/coverage-c8

Package Overview
Dependencies
Maintainers
3
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vitest/coverage-c8 - npm Package Compare versions

Comparing version 0.32.2 to 0.32.3

9

dist/provider.js

@@ -113,7 +113,6 @@ import { existsSync, promises } from 'fs';

class C8CoverageProvider extends BaseCoverageProvider {
constructor() {
super(...arguments);
this.name = "c8";
this.coverages = [];
}
name = "c8";
ctx;
options;
coverages = [];
initialize(ctx) {

@@ -120,0 +119,0 @@ const config = ctx.config.coverage;

{
"name": "@vitest/coverage-c8",
"type": "module",
"version": "0.32.2",
"version": "0.32.3",
"description": "C8 coverage provider for Vitest",

@@ -44,11 +44,11 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>",

"@ampproject/remapping": "^2.2.1",
"c8": "^7.13.0",
"c8": "^7.14.0",
"magic-string": "^0.30.0",
"picocolors": "^1.0.0",
"std-env": "^3.3.2"
"std-env": "^3.3.3"
},
"devDependencies": {
"pathe": "^1.1.0",
"vite-node": "0.32.2",
"vitest": "0.32.2"
"pathe": "^1.1.1",
"vitest": "0.32.3",
"vite-node": "0.32.3"
},

@@ -55,0 +55,0 @@ "scripts": {

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