Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vitest/browser

Package Overview
Dependencies
Maintainers
3
Versions
128
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.25.3 to 0.25.4

dist/client/__vitest__/assets/index.17258d7b.js

12

package.json
{
"name": "@vitest/browser",
"type": "module",
"version": "0.25.3",
"version": "0.25.4",
"description": "Browser running for Vitest",

@@ -35,13 +35,13 @@ "repository": {

"@types/ws": "^8.5.3",
"@vitest/ws-client": "0.25.3",
"@vitest/ws-client": "0.25.4",
"picocolors": "^1.0.0",
"rollup": "^2.79.1",
"vitest": "0.25.3"
"vitest": "0.25.4"
},
"scripts": {
"build": "rimraf dist && pnpm build:node && pnpm build:client && pnpm copy",
"build:client": "vite build",
"build:client": "vite build src/client",
"build:node": "rollup -c",
"dev:client": "vite build --watch",
"dev:node": "rollup -c --watch --watch.include=node",
"dev:client": "vite build src/client --watch",
"dev:node": "rollup -c --watch --watch.include src/node/index.ts",
"dev": "rimraf dist && run-p dev:node dev:client",

@@ -48,0 +48,0 @@ "copy": "esno scripts/copy-ui-to-browser.ts"

Sorry, the diff of this file is not supported yet

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