Socket
Socket
Sign inDemoInstall

vitest

Package Overview
Dependencies
32
Maintainers
3
Versions
356
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.32.4 to 0.33.0

dist/chunk-install-pkg.23da664c.js

6

dist/cli.js
import { normalize } from 'pathe';
import cac from 'cac';
import c from 'picocolors';
import { v as version, s as startVitest, d as divider } from './vendor-cli-api.cb31e1db.js';
import { v as version, s as startVitest, d as divider } from './vendor-cli-api.bf4b62a8.js';
import './vendor-index.23ac4e13.js';

@@ -9,3 +9,3 @@ import { t as toArray } from './vendor-index.cc463d9e.js';

import './vendor-coverage.2e41927a.js';
import './vendor-environments.75f2b63d.js';
import './vendor-environments.392ddf08.js';
import 'node:console';

@@ -20,4 +20,4 @@ import 'local-pkg';

import './vendor-_commonjsHelpers.7d1333e8.js';
import 'os';
import 'path';
import 'os';
import 'util';

@@ -24,0 +24,0 @@ import 'stream';

@@ -7,3 +7,3 @@ import { isCI } from 'std-env';

const defaultInclude = ["**/__tests__/**/*.?(c|m)[jt]s?(x)", "**/?(*.){test,spec}.?(c|m)[jt]s?(x)"];
const defaultInclude = ["**/*.{test,spec}.?(c|m)[jt]s?(x)"];
const defaultExclude = ["**/node_modules/**", "**/dist/**", "**/cypress/**", "**/.{idea,git,cache,output,temp}/**", "**/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build}.config.*"];

@@ -86,3 +86,3 @@ const defaultCoverageExcludes = [

checker: "tsc",
include: ["**/?(*.){test,spec}-d.?(c|m)[jt]s?(x)"],
include: ["**/*.{test,spec}-d.?(c|m)[jt]s?(x)"],
exclude: defaultExclude

@@ -89,0 +89,0 @@ },

@@ -12,3 +12,3 @@ import { performance } from 'node:perf_hooks';

import { setupColors, createColors, getSafeTimers } from '@vitest/utils';
import { e as environments } from './vendor-environments.75f2b63d.js';
import { e as environments } from './vendor-environments.392ddf08.js';
import { NodeSnapshotEnvironment } from '@vitest/snapshot/environment';

@@ -15,0 +15,0 @@ import { a as rpc } from './vendor-rpc.ad5b08c7.js';

@@ -1,3 +0,3 @@

export { e as builtinEnvironments, p as populateGlobal } from './vendor-environments.75f2b63d.js';
export { e as builtinEnvironments, p as populateGlobal } from './vendor-environments.392ddf08.js';
import 'node:console';
import 'local-pkg';

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

export { B as BaseSequencer, V as VitestPlugin, c as createVitest, r as registerConsoleShortcuts, s as startVitest } from './vendor-cli-api.cb31e1db.js';
export { B as BaseSequencer, V as VitestPlugin, c as createVitest, r as registerConsoleShortcuts, s as startVitest } from './vendor-cli-api.bf4b62a8.js';
export { V as VitestExecutor } from './vendor-execute.3576af13.js';

@@ -6,3 +6,3 @@ import 'pathe';

import './vendor-coverage.2e41927a.js';
import './vendor-environments.75f2b63d.js';
import './vendor-environments.392ddf08.js';
import 'node:console';

@@ -22,4 +22,4 @@ import 'local-pkg';

import './vendor-_commonjsHelpers.7d1333e8.js';
import 'os';
import 'path';
import 'os';
import 'util';

@@ -26,0 +26,0 @@ import 'stream';

{
"name": "vitest",
"type": "module",
"version": "0.32.4",
"version": "0.33.0",
"description": "A blazing fast unit test framework powered by Vite",

@@ -141,3 +141,3 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>",

"local-pkg": "^0.4.3",
"magic-string": "^0.30.0",
"magic-string": "^0.30.1",
"pathe": "^1.1.1",

@@ -148,11 +148,11 @@ "picocolors": "^1.0.0",

"tinybench": "^2.5.0",
"tinypool": "^0.5.0",
"tinypool": "^0.6.0",
"vite": "^3.0.0 || ^4.0.0",
"why-is-node-running": "^2.2.2",
"@vitest/expect": "0.32.4",
"@vitest/runner": "0.32.4",
"@vitest/snapshot": "0.32.4",
"@vitest/utils": "0.32.4",
"@vitest/spy": "0.32.4",
"vite-node": "0.32.4"
"@vitest/expect": "0.33.0",
"@vitest/runner": "0.33.0",
"@vitest/snapshot": "0.33.0",
"@vitest/spy": "0.33.0",
"@vitest/utils": "0.33.0",
"vite-node": "0.33.0"
},

@@ -179,3 +179,3 @@ "devDependencies": {

"expect-type": "^0.16.0",
"fast-glob": "^3.2.12",
"fast-glob": "^3.3.0",
"find-up": "^6.3.0",

@@ -182,0 +182,0 @@ "flatted": "^3.2.7",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc