Socket
Socket
Sign inDemoInstall

@vitest/ui

Package Overview
Dependencies
Maintainers
3
Versions
257
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vitest/ui - npm Package Compare versions

Comparing version 1.1.3 to 1.2.0

dist/client/assets/index-b8y7ovCb.css

2

dist/index.js

@@ -46,3 +46,3 @@ import { fileURLToPath } from 'node:url';

const subdir = Array.isArray(htmlReporter) && htmlReporter.length > 1 && "subdir" in htmlReporter[1] ? htmlReporter[1].subdir : void 0;
if (!subdir)
if (!subdir || typeof subdir !== "string")
return [root, `/${basename(root)}/`];

@@ -49,0 +49,0 @@ return [resolve(root, subdir), `/${basename(root)}/${subdir}/`];

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

config: this.ctx.config,
unhandledErrors: this.ctx.state.getUnhandledErrors(),
moduleGraph: {}

@@ -67,0 +68,0 @@ };

{
"name": "@vitest/ui",
"type": "module",
"version": "1.1.3",
"version": "1.2.0",
"description": "UI for Vitest",

@@ -46,3 +46,3 @@ "license": "MIT",

"sirv": "^2.0.4",
"@vitest/utils": "1.1.3"
"@vitest/utils": "1.2.0"
},

@@ -76,4 +76,4 @@ "devDependencies": {

"vue-router": "^4.2.5",
"@vitest/ws-client": "1.1.3",
"@vitest/runner": "1.1.3"
"@vitest/ws-client": "1.2.0",
"@vitest/runner": "1.2.0"
},

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

Sorry, the diff of this file is not supported yet

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