Socket
Socket
Sign inDemoInstall

create-quasar

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-quasar - npm Package Compare versions

Comparing version 1.0.18 to 1.0.19

2

package.json
{
"name": "create-quasar",
"version": "1.0.18",
"version": "1.0.19",
"description": "Scaffolds Quasar Apps, AppExtensions or UI kits",

@@ -5,0 +5,0 @@ "author": {

@@ -29,5 +29,5 @@ {

<% if (lintConfig === 'standard') { %>
"eslint-config-standard": "^17.0.0-1",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-n": "^14.0.0",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",

@@ -42,3 +42,3 @@ <% } else if (lintConfig === 'airbnb') { %>

<% if (preset.i18n) { %>"@intlify/vite-plugin-vue-i18n": "^3.3.1",<% } %>
"@quasar/app-vite": "^1.0.0-alpha.0",
"@quasar/app-vite": "^1.0.0",
"autoprefixer": "^10.4.2"

@@ -45,0 +45,0 @@ },

@@ -32,5 +32,5 @@ {

<% if (lintConfig === 'standard') { %>
"eslint-config-standard": "^17.0.0-1",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-n": "^14.0.0",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",

@@ -37,0 +37,0 @@ <% } else if (lintConfig === 'airbnb') { %>

@@ -32,5 +32,5 @@ {

<% if (lintConfig === 'standard') { %>
"eslint-config-standard": "^17.0.0-1",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-n": "^14.0.0",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",

@@ -46,3 +46,3 @@ <% } else if (lintConfig === 'airbnb') { %>

<% if (preset.i18n) { %>"@intlify/vite-plugin-vue-i18n": "^3.3.1",<% } %>
"@quasar/app-vite": "^1.0.0-alpha.0",
"@quasar/app-vite": "^1.0.0",
"autoprefixer": "^10.4.2",

@@ -49,0 +49,0 @@ "typescript": "^4.5.4"

@@ -33,5 +33,5 @@ {

<% if (lintConfig === 'standard') { %>
"eslint-config-standard": "^17.0.0-1",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-n": "^14.0.0",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",

@@ -38,0 +38,0 @@ <% } else if (lintConfig === 'airbnb') { %>

@@ -27,3 +27,3 @@ /**

if (api.hasVite) {
api.compatibleWith('@quasar/app-vite', '^1.0.0-alpha.0')
api.compatibleWith('@quasar/app-vite', '^1.0.0')
}

@@ -30,0 +30,0 @@ else if (api.hasWebpack) {

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