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.31.4 to 0.32.0

9

dist/provider.js

@@ -137,2 +137,11 @@ import { existsSync, promises } from 'fs';

};
const banner = " DEPRECATION ";
this.ctx.logger.log(
c.bgYellow(c.black(banner)),
c.yellow("@vitest/coverage-c8 is being replaced by @vitest/coverage-v8."),
c.yellow(`
${" ".repeat(banner.length)} See`),
c.blue(c.underline("https://github.com/vitest-dev/vitest/pull/3339")),
c.yellow("for more information.")
);
}

@@ -139,0 +148,0 @@ resolveOptions() {

6

package.json
{
"name": "@vitest/coverage-c8",
"type": "module",
"version": "0.31.4",
"version": "0.32.0",
"description": "C8 coverage provider for Vitest",

@@ -51,4 +51,4 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>",

"pathe": "^1.1.0",
"vitest": "0.31.4",
"vite-node": "0.31.4"
"vitest": "0.32.0",
"vite-node": "0.32.0"
},

@@ -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