Socket
Socket
Sign inDemoInstall

vitest

Package Overview
Dependencies
14
Maintainers
1
Versions
357
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.26 to 0.0.27

2

dist/node/entry.js

@@ -6,2 +6,2 @@ import { run } from '../run';

const cliOptions = process.__vitest__.options || {};
await run(Object.assign(Object.assign({}, inlineOptions), cliOptions));
await run(Object.assign(Object.assign({}, cliOptions), inlineOptions));
{
"name": "vitest",
"version": "0.0.26",
"version": "0.0.27",
"description": "A blazing fast unit test framework powered by Vite",

@@ -5,0 +5,0 @@ "keywords": [

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