New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vite-node

Package Overview
Dependencies
Maintainers
2
Versions
274
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-node - npm Package Compare versions

Comparing version 0.8.4 to 0.8.5

24

package.json
{
"name": "vite-node",
"version": "0.8.4",
"type": "module",
"version": "0.8.5",
"description": "Vite as Node.js runtime",

@@ -10,2 +11,3 @@ "homepage": "https://github.com/vitest-dev/vitest/blob/main/packages/vite-node#readme",

"license": "MIT",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"repository": {

@@ -17,9 +19,5 @@ "type": "git",

"funding": "https://github.com/sponsors/antfu",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"type": "module",
"files": [
"dist",
"*.d.ts",
"*.mjs"
],
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {

@@ -47,5 +45,7 @@ ".": {

},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"*.d.ts",
"*.mjs"
],
"bin": {

@@ -67,3 +67,3 @@ "vite-node": "./vite-node.mjs"

"pathe": "^0.2.0",
"vite": "^2.8.6"
"vite": "^2.9.1"
},

@@ -70,0 +70,0 @@ "devDependencies": {

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