Socket
Socket
Sign inDemoInstall

vitest

Package Overview
Dependencies
Maintainers
1
Versions
372
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 0.0.2 to 0.0.3

23

package.json
{
"name": "vitest",
"version": "0.0.2",
"version": "0.0.3",
"type": "module",

@@ -35,2 +35,11 @@ "description": "",

},
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"lint": "eslint \"{src,test}/**/*.ts\"",
"prepublishOnly": "nr build",
"release": "bumpp --commit --push --tag && pnpm publish",
"test": "npx vite-node src/cli.ts --",
"test:update": "nr test -u"
},
"devDependencies": {

@@ -56,12 +65,4 @@ "@antfu/eslint-config": "^0.11.1",

"picocolors": "^1.0.0",
"vite-node": "v0.1.7"
},
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"lint": "eslint \"{src,test}/**/*.ts\"",
"release": "bumpp --commit --push --tag && pnpm publish",
"test": "npx vite-node src/cli.ts --",
"test:update": "nr test -u"
"vite-node": "v0.1.8"
}
}
}

Sorry, the diff of this file is not supported yet

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