Socket
Socket
Sign inDemoInstall

@vitest/coverage-v8

Package Overview
Dependencies
12
Maintainers
3
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.34.2 to 0.34.3

1

dist/provider.d.ts

@@ -13,2 +13,3 @@ import { Profiler } from 'node:inspector';

excludeNodeModules?: boolean;
relativePath?: boolean;
}): {

@@ -15,0 +16,0 @@ shouldInstrument(filePath: string): boolean;

3

dist/provider.js

@@ -198,3 +198,4 @@ import { existsSync, promises } from 'fs';

excludeNodeModules: true,
extension: this.options.extension
extension: this.options.extension,
relativePath: !this.options.allowExternal
});

@@ -201,0 +202,0 @@ }

{
"name": "@vitest/coverage-v8",
"type": "module",
"version": "0.34.2",
"version": "0.34.3",
"description": "V8 coverage provider for Vitest",

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

"pathe": "^1.1.1",
"vitest": "0.34.2",
"vite-node": "0.34.2"
"vite-node": "0.34.3",
"vitest": "0.34.3"
},

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc