Socket
Socket
Sign inDemoInstall

@vitest/browser

Package Overview
Dependencies
Maintainers
3
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vitest/browser - npm Package Compare versions

Comparing version 0.22.1 to 0.23.0

dist/client/assets/index.ba53c6ec.js

11

dist/index.js

@@ -43,6 +43,9 @@ import { fileURLToPath } from 'url';

async configureServer(server) {
server.middlewares.use(base, sirv(resolve(distRoot, "client"), {
single: false,
dev: true
}));
server.middlewares.use(
base,
sirv(resolve(distRoot, "client"), {
single: false,
dev: true
})
);
}

@@ -49,0 +52,0 @@ },

{
"name": "@vitest/browser",
"type": "module",
"version": "0.22.1",
"version": "0.23.0",
"description": "Browser running for Vitest",

@@ -28,3 +28,3 @@ "repository": {

"local-pkg": "^0.4.2",
"mlly": "^0.5.12",
"mlly": "^0.5.14",
"modern-node-polyfills": "0.0.9",

@@ -36,6 +36,6 @@ "rollup-plugin-node-polyfills": "^0.2.1",

"@types/ws": "^8.5.3",
"@vitest/ws-client": "0.22.1",
"@vitest/ws-client": "0.23.0",
"picocolors": "^1.0.0",
"rollup": "^2.78.0",
"vitest": "0.22.1"
"rollup": "^2.78.1",
"vitest": "0.23.0"
},

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