Socket
Socket
Sign inDemoInstall

vite-node

Package Overview
Dependencies
Maintainers
1
Versions
250
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.1.2 to 0.1.3

bin/vite-node.mjs

17

package.json
{
"name": "vite-node",
"version": "0.1.2",
"version": "0.1.3",
"description": "Vite as Node runtime",

@@ -23,9 +23,14 @@ "keywords": [

".": {
"import": "./index.mjs"
"import": "./index.mjs",
"types": "./index.d.ts"
},
"./cli": {
"import": "./cli.mjs"
}
},
"main": "index.mjs",
"module": "index.mjs",
"main": "./index.mjs",
"module": "./index.mjs",
"types": "./index.d.ts",
"bin": {
"vite-node": "./bin/vite-node.js"
"vite-node": "./bin/vite-node.mjs"
},

@@ -62,4 +67,4 @@ "files": [

"start": "DEBUG=vite-node:* node index.mjs",
"test": "node index.mjs -c test/vite.config.ts --vue test/index.test.mjs"
"test": "node cli.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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc