Socket
Socket
Sign inDemoInstall

@vitest/ui

Package Overview
Dependencies
Maintainers
3
Versions
258
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 0.27.2 to 0.27.3

dist/client/assets/index-fc39214a.js

5

dist/reporter.js

@@ -1,2 +0,2 @@

import { existsSync, promises } from 'fs';
import { promises } from 'fs';
import { fileURLToPath } from 'url';

@@ -322,4 +322,3 @@ import path from 'path';

const metaFile = resolve(htmlDir, "html.meta.json");
if (!existsSync(htmlDir))
await promises.mkdir(resolve(htmlDir, "assets"), { recursive: true });
await promises.mkdir(resolve(htmlDir, "assets"), { recursive: true });
await promises.writeFile(metaFile, report, "utf-8");

@@ -326,0 +325,0 @@ const ui = resolve(distDir, "client");

4

package.json
{
"name": "@vitest/ui",
"type": "module",
"version": "0.27.2",
"version": "0.27.3",
"description": "UI for Vitest",

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

"vue-router": "^4.1.6",
"@vitest/ws-client": "0.27.2"
"@vitest/ws-client": "0.27.3"
},

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