Socket
Socket
Sign inDemoInstall

create-vite

Package Overview
Dependencies
Maintainers
3
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-vite - npm Package Compare versions

Comparing version 2.8.0 to 2.9.0

8

package.json
{
"name": "create-vite",
"version": "2.8.0",
"version": "2.9.0",
"license": "MIT",

@@ -15,6 +15,2 @@ "author": "Evan You",

"main": "index.js",
"scripts": {
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . --lerna-package create-vite",
"release": "ts-node updateVersions && ts-node ../../scripts/release.ts --skipBuild"
},
"engines": {

@@ -34,5 +30,5 @@ "node": ">=12.0.0"

"kolorist": "^1.5.1",
"minimist": "^1.2.5",
"minimist": "^1.2.6",
"prompts": "^2.4.2"
}
}

@@ -22,5 +22,5 @@ {

"devDependencies": {
"vite": "^2.8.0",
"vite": "^2.9.0",
"typescript": "^4.5.4"
}
}

@@ -20,4 +20,4 @@ {

"devDependencies": {
"vite": "^2.8.0"
"vite": "^2.9.0"
}
}

@@ -16,4 +16,4 @@ {

"typescript": "^4.5.4",
"vite": "^2.8.0"
"vite": "^2.9.0"
}
}

@@ -15,4 +15,4 @@ {

"@preact/preset-vite": "^2.1.5",
"vite": "^2.8.0"
"vite": "^2.9.0"
}
}

@@ -19,4 +19,4 @@ {

"typescript": "^4.5.4",
"vite": "^2.8.0"
"vite": "^2.9.0"
}
}

@@ -16,4 +16,4 @@ {

"@vitejs/plugin-react": "^1.0.7",
"vite": "^2.8.0"
"vite": "^2.9.0"
}
}

@@ -20,4 +20,4 @@ {

"typescript": "^4.5.4",
"vite": "^2.8.0"
"vite": "^2.9.0"
}
}

@@ -14,4 +14,4 @@ {

"svelte": "^3.44.0",
"vite": "^2.8.0"
"vite": "^2.9.0"
}
}

@@ -12,4 +12,4 @@ {

"typescript": "^4.5.4",
"vite": "^2.8.0"
"vite": "^2.9.0"
}
}

@@ -11,4 +11,4 @@ {

"devDependencies": {
"vite": "^2.8.0"
"vite": "^2.9.0"
}
}

@@ -14,7 +14,7 @@ {

"devDependencies": {
"@vitejs/plugin-vue": "^2.2.0",
"@vitejs/plugin-vue": "^2.3.0",
"typescript": "^4.5.4",
"vite": "^2.8.0",
"vite": "^2.9.0",
"vue-tsc": "^0.29.8"
}
}

@@ -11,2 +11,7 @@ # Vue 3 + Typescript + Vite

Since TypeScript cannot handle type information for `.vue` imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates. However, if you wish to get actual prop types in `.vue` imports (for example to get props validation when using manual `h(...)` calls), you can enable Volar's `.vue` type support plugin by running `Volar: Switch TS Plugin on/off` from VSCode command palette.
Since TypeScript cannot handle type information for `.vue` imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates. However, if you wish to get actual prop types in `.vue` imports (for example to get props validation when using manual `h(...)` calls), you can enable Volar's Take Over mode by following these steps:
1. Run `Extensions: Show Built-in Extensions` from VSCode's command palette, look for `TypeScript and JavaScript Language Features`, then right click and select `Disable (Workspace)`. By default, Take Over mode will enable itself if the default TypeScript extension is disabled.
2. Reload the VSCode window by running `Developer: Reload Window` from the command palette.
You can learn more about Take Over mode [here](https://github.com/johnsoncodehk/volar/discussions/471).

@@ -11,2 +11,3 @@ {

"resolveJsonModule": true,
"isolatedModules": true,
"esModuleInterop": true,

@@ -13,0 +14,0 @@ "lib": ["esnext", "dom"]

@@ -14,5 +14,5 @@ {

"devDependencies": {
"@vitejs/plugin-vue": "^2.2.0",
"vite": "^2.8.0"
"@vitejs/plugin-vue": "^2.3.0",
"vite": "^2.9.0"
}
}
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