Socket
Socket
Sign inDemoInstall

vite-node

Package Overview
Dependencies
Maintainers
1
Versions
254
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.0.1 to 0.0.2

28

package.json
{
"name": "vite-node",
"version": "0.0.1",
"version": "0.0.2",
"description": "Vite as Node runtime",
"type": "module",
"engines": {
"node": ">=14.0.0"
},
"keywords": [

@@ -24,2 +20,3 @@ "vite"

"sideEffects": false,
"type": "module",
"exports": {

@@ -32,2 +29,5 @@ ".": {

"module": "index.mjs",
"bin": {
"vite-node": "./bin/vite-node.js"
},
"files": [

@@ -37,4 +37,7 @@ "index.mjs",

],
"bin": {
"vite-node": "./bin/vite-node.js"
"dependencies": {
"debug": "^4.3.2",
"kolorist": "^1.5.0",
"minimist": "^1.2.5",
"vite": "^2.6.5"
},

@@ -46,2 +49,3 @@ "devDependencies": {

"@types/node": "^16.10.3",
"@vitejs/plugin-vue": "^1.9.3",
"bumpp": "^7.1.1",

@@ -51,7 +55,7 @@ "eslint": "^7.32.0",

"typescript": "^4.4.3",
"uvu": "^0.5.1"
"uvu": "^0.5.1",
"vue": "^3.2.20"
},
"dependencies": {
"debug": "^4.3.2",
"vite": "^2.6.3"
"engines": {
"node": ">=14.0.0"
},

@@ -62,4 +66,4 @@ "scripts": {

"start": "DEBUG=vite-node:* node index.mjs",
"test": "node index.mjs test/index.test.ts"
"test": "node index.mjs -c test/vite.config.ts --vue test/index.test.mjs"
}
}

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