Socket
Socket
Sign inDemoInstall

vitest

Package Overview
Dependencies
8
Maintainers
1
Versions
356
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

2

dist/cli.js

@@ -22,3 +22,3 @@ import { join } from 'path';

// TODO: load config, CLI
run({
await run({
rootDir: argv.root || join(process.cwd(), 'test'),

@@ -25,0 +25,0 @@ updateSnapshot: argv.update,

{
"name": "vitest",
"version": "0.0.1",
"version": "0.0.2",
"type": "module",

@@ -20,4 +20,3 @@ "description": "",

".": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"

@@ -27,4 +26,4 @@ },

},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",

@@ -58,3 +57,3 @@ "files": [

"picocolors": "^1.0.0",
"vite-node": "v0.1.6"
"vite-node": "v0.1.7"
},

@@ -61,0 +60,0 @@ "scripts": {

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