New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vitest/coverage-istanbul

Package Overview
Dependencies
Maintainers
4
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vitest/coverage-istanbul - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

3

dist/provider.js

@@ -23,3 +23,2 @@ import { promises } from 'node:fs';

const _IS_ABSOLUTE_RE = /^[/\\](?![/\\])|^[/\\]{2}(?!\.)|^[A-Za-z]:[/\\]/;
globalThis.process?.platform === "win32" ? ";" : ":";
function cwd() {

@@ -112,3 +111,3 @@ if (typeof process !== "undefined" && typeof process.cwd === "function") {

var version = "3.0.0";
var version = "3.0.1";

@@ -115,0 +114,0 @@ const debug = createDebug("vitest:coverage");

{
"name": "@vitest/coverage-istanbul",
"type": "module",
"version": "3.0.0",
"version": "3.0.1",
"description": "Istanbul coverage provider for Vitest",

@@ -40,3 +40,3 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>",

"peerDependencies": {
"vitest": "3.0.0"
"vitest": "3.0.1"
},

@@ -63,4 +63,4 @@ "dependencies": {

"@types/test-exclude": "^6.0.2",
"pathe": "^2.0.0",
"vitest": "3.0.0"
"pathe": "^2.0.1",
"vitest": "3.0.1"
},

@@ -67,0 +67,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