Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-vuetify

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-vuetify - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

4

package.json
{
"name": "create-vuetify",
"version": "2.0.0",
"version": "2.1.0",
"main": "dist/output.cjs",

@@ -35,2 +35,3 @@ "author": "Elijah Kotyluk <elijah@elijahkotyluk.com>",

"devDependencies": {
"@release-it/conventional-changelog": "^8.0.1",
"@types/minimist": "^1.2.2",

@@ -49,4 +50,5 @@ "@types/prompts": "^2.0.14",

"lint-staged": "^13.0.3",
"release-it": "^17.0.3",
"typescript": "^4.7.4"
}
}
{
"version": "0.0.0",
"scripts": {
"dev": "node --no-warnings ./node_modules/.bin/vite",
"dev": "cross-env NODE_OPTIONS='--no-warnings' vite",
"build": "vite build",

@@ -16,2 +16,3 @@ "preview": "vite preview"

"@vitejs/plugin-vue": "^4.5.0",
"cross-env": "^7.0.3",
"sass": "^1.69.0",

@@ -18,0 +19,0 @@ "vite-plugin-vuetify": "^2.0.0",

@@ -50,2 +50,4 @@ # Vuetify (Default)

> NODE_OPTIONS='--no-warnings' is added to suppress the JSON import warnings that happen as part of the Vuetify import mapping. If you are on Node [v21.3.0](https://nodejs.org/en/blog/release/v21.3.0) or higher, you can change this to NODE_OPTIONS='--disable-warning=5401'. If you don't mind the warning, you can remove this from your package.json dev script.
### Building for Production

@@ -52,0 +54,0 @@

{
"devDependencies": {
"pinia" : "^2.1.0",
"unplugin-auto-import": "^0.17.3",
"vite-plugin-vue-layouts": "^0.10.0"
}
}
{
"version": "0.0.0",
"scripts": {
"dev": "node --no-warnings ./node_modules/.bin/vite",
"dev": "cross-env NODE_OPTIONS='--no-warnings' vite",
"build": "vue-tsc --noEmit && vite build",

@@ -18,2 +18,3 @@ "preview": "vite preview"

"@vitejs/plugin-vue": "^4.5.0",
"cross-env": "^7.0.3",
"sass": "^1.69.0",

@@ -20,0 +21,0 @@ "typescript": "^5.3.0",

@@ -52,2 +52,4 @@ # Vuetify (Default)

> NODE_OPTIONS='--no-warnings' is added to suppress the JSON import warnings that happen as part of the Vuetify import mapping. If you are on Node [v21.3.0](https://nodejs.org/en/blog/release/v21.3.0) or higher, you can change this to NODE_OPTIONS='--disable-warning=5401'. If you don't mind the warning, you can remove this from your package.json dev script.
### Building for Production

@@ -54,0 +56,0 @@

{
"devDependencies": {
"pinia" : "^2.1.0",
"unplugin-auto-import": "^0.17.3",
"vite-plugin-vue-layouts": "^0.10.0"
}
}

Sorry, the diff of this file is not supported yet

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