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

vitest

Package Overview
Dependencies
Maintainers
1
Versions
401
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vitest - npm Package Compare versions

Comparing version

to
0.0.67

2

dist/runtime/worker.js

@@ -25,2 +25,4 @@ import {

var defaultInline = [
"vitest/dist/runtime/entry.js",
"vitest/src/runtime/entry.ts",
"@vue",

@@ -27,0 +29,0 @@ "@vueuse",

7

package.json
{
"name": "vitest",
"version": "0.0.66",
"version": "0.0.67",
"description": "A blazing fast unit test framework powered by Vite",

@@ -53,4 +53,4 @@ "keywords": [

"test": "node bin/vitest.mjs -r test/core",
"test:all": "pnpm -r --stream --filter !vitest run test --",
"test:ci": "pnpm -r --stream --filter !vitest --filter !@vitest/test-fails run test --",
"test:all": "cross-env CI=true pnpm -r --stream --filter !vitest run test --",
"test:ci": "cross-env CI=true pnpm -r --stream --filter !vitest --filter !@vitest/test-fails run test --",
"typecheck": "tsc --noEmit && nr lint"

@@ -87,2 +87,3 @@ },

"cli-truncate": "^3.1.0",
"cross-env": "^7.0.3",
"diff": "^5.0.0",

@@ -89,0 +90,0 @@ "eslint": "^8.4.1",

Sorry, the diff of this file is too big to display