Socket
Socket
Sign inDemoInstall

create-quasar

Package Overview
Dependencies
27
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

2

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

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

@@ -13,3 +13,3 @@ {

"dependencies": {
<% if (preset.axios) { %>"axios": "^0.21.1",<% } %>
<% if (preset.axios) { %>"axios": "^1.2.1",<% } %>
<% if (preset.i18n) { %>"vue-i18n": "^8.0.0",<% } %>

@@ -16,0 +16,0 @@ "@quasar/extras": "^1.0.0",

@@ -17,3 +17,3 @@ {

<% } %>
<% if (preset.axios) { %>"axios": "^0.21.1",<% } %>
<% if (preset.axios) { %>"axios": "^1.2.1",<% } %>
<% if (preset.i18n) { %>"vue-i18n": "^8.0.0",<% } %>

@@ -20,0 +20,0 @@ "@quasar/extras": "^1.0.0",

@@ -15,3 +15,3 @@ {

"dependencies": {
<% if (preset.axios) { %>"axios": "^0.21.1",<% } %>
<% if (preset.axios) { %>"axios": "^1.2.1",<% } %>
<% if (preset.i18n) { %>"vue-i18n": "^9.0.0",<% } %>

@@ -18,0 +18,0 @@ <% if (preset.pinia) { %>"pinia": "^2.0.11",<% } %>

@@ -88,2 +88,6 @@ /* eslint-env node */

// if you want to use named tokens in your Vue I18n messages, such as 'Hello {name}',
// you need to set `runtimeOnly: false`
// runtimeOnly: false,
// you need to set i18n resource including paths !

@@ -90,0 +94,0 @@ include: path.resolve(__dirname, './src/i18n/**')

@@ -15,3 +15,3 @@ {

"dependencies": {
<% if (preset.axios) { %>"axios": "^0.21.1",<% } %>
<% if (preset.axios) { %>"axios": "^1.2.1",<% } %>
<% if (preset.i18n) { %>"vue-i18n": "^9.0.0",<% } %>

@@ -18,0 +18,0 @@ <% if (preset.pinia) { %>"pinia": "^2.0.11",<% } %>

@@ -16,3 +16,3 @@ {

<% if (typescriptConfig === 'class') { %>"vue-class-component": "^8.0.0-rc.1",<% } %>
<% if (preset.axios) { %>"axios": "^0.21.1",<% } %>
<% if (preset.axios) { %>"axios": "^1.2.1",<% } %>
<% if (preset.i18n) { %>"vue-i18n": "^9.2.2",<% } %>

@@ -19,0 +19,0 @@ <% if (preset.pinia) { %>"pinia": "^2.0.11",<% } %>

@@ -89,2 +89,6 @@ /* eslint-env node */

// if you want to use named tokens in your Vue I18n messages, such as 'Hello {name}',
// you need to set `runtimeOnly: false`
// runtimeOnly: false,
// you need to set i18n resource including paths !

@@ -91,0 +95,0 @@ include: path.resolve(__dirname, './src/i18n/**')

@@ -8,7 +8,7 @@ import { boot } from 'quasar/wrappers';

// Type-define 'en-US' as the master schema for the resource
export type MessageSchema = typeof messages["en-US"];
export type MessageSchema = typeof messages['en-US'];
// See https://vue-i18n.intlify.dev/guide/advanced/typescript.html#global-resource-schema-type-definition
/* eslint-disable @typescript-eslint/no-empty-interface */
declare module "vue-i18n" {
declare module 'vue-i18n' {
// define the locale messages schema

@@ -15,0 +15,0 @@ export interface DefineLocaleMessage extends MessageSchema {}

@@ -16,3 +16,3 @@ {

<% if (typescriptConfig === 'class') { %>"vue-class-component": "^8.0.0-rc.1",<% } %>
<% if (preset.axios) { %>"axios": "^0.21.1",<% } %>
<% if (preset.axios) { %>"axios": "^1.2.1",<% } %>
<% if (preset.i18n) { %>"vue-i18n": "^9.2.2",<% } %>

@@ -19,0 +19,0 @@ <% if (preset.pinia) { %>"pinia": "^2.0.11",<% } %>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc