Socket
Socket
Sign inDemoInstall

@vitest/runner

Package Overview
Dependencies
Maintainers
3
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vitest/runner - npm Package Compare versions

Comparing version 0.31.2 to 0.31.3

8

./dist/index.js

@@ -69,3 +69,3 @@ import limit from 'p-limit';

var version = "0.31.2";
var version = "0.31.3";

@@ -238,3 +238,2 @@ function getVersion() {

function suiteFn(name, factory, options) {
var _a;
checkVersion();

@@ -245,5 +244,4 @@ const mode = this.only ? "only" : this.skip ? "skip" : this.todo ? "todo" : "run";

options = { timeout: options };
if (currentSuite && typeof ((_a = currentSuite.options) == null ? void 0 : _a.repeats) === "number") {
options = { repeats: currentSuite.options.repeats, ...options };
}
if (currentSuite == null ? void 0 : currentSuite.options)
options = { ...currentSuite.options, ...options };
return createSuiteCollector(name, factory, mode, this.concurrent, this.shuffle, this.each, options);

@@ -250,0 +248,0 @@ }

@@ -69,3 +69,3 @@ import limit from 'p-limit';

var version = "0.31.2";
var version = "0.31.3";

@@ -238,3 +238,2 @@ function getVersion() {

function suiteFn(name, factory, options) {
var _a;
checkVersion();

@@ -245,5 +244,4 @@ const mode = this.only ? "only" : this.skip ? "skip" : this.todo ? "todo" : "run";

options = { timeout: options };
if (currentSuite && typeof ((_a = currentSuite.options) == null ? void 0 : _a.repeats) === "number") {
options = { repeats: currentSuite.options.repeats, ...options };
}
if (currentSuite == null ? void 0 : currentSuite.options)
options = { ...currentSuite.options, ...options };
return createSuiteCollector(name, factory, mode, this.concurrent, this.shuffle, this.each, options);

@@ -250,0 +248,0 @@ }

{
"name": "@vitest/runner",
"type": "module",
"version": "0.31.2",
"version": "0.31.3",
"description": "Vitest test runner",

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

"pathe": "^1.1.0",
"@vitest/utils": "0.31.2"
"@vitest/utils": "0.31.3"
},

@@ -47,0 +47,0 @@ "scripts": {

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