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.0 to 0.0.1

20

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

@@ -35,8 +38,2 @@ "vite"

},
"scripts": {
"lint": "eslint \"**/*.{ts,mjs}\"",
"release": "bumpp --commit --push --tag && pnpm publish",
"start": "DEBUG=vite-node:* node index.mjs",
"test": "node index.mjs test/index.test.ts"
},
"devDependencies": {

@@ -55,5 +52,10 @@ "@antfu/eslint-config": "^0.9.0",

"debug": "^4.3.2",
"pathe": "^0.0.2",
"vite": "^2.6.3"
},
"scripts": {
"lint": "eslint \"**/*.{ts,mjs}\"",
"release": "bumpp --commit --push --tag && pnpm publish",
"start": "DEBUG=vite-node:* node index.mjs",
"test": "node index.mjs test/index.test.ts"
}
}
}

@@ -27,2 +27,8 @@ # vite-node

## When NOT to Use
- Production, yet - in very early stage, check it later
- Most of the time when other tools can do that job
- We will need to start a Vite server upon each execution, which will have certain overhead. Only use it when you want the exactly same behavior as Vite or the powerful plugins system (for example, testing components that have Vite-specific setup).
## How?

@@ -29,0 +35,0 @@

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