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.1.1 to 1.1.2

3

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

@@ -39,2 +39,3 @@ "author": {

"devDependencies": {
"@types/lodash": "^4.6.7",
"@typescript-eslint/eslint-plugin": "^5.16.0",

@@ -41,0 +42,0 @@ "@typescript-eslint/parser": "^5.16.0",

@@ -10,3 +10,5 @@ {

<% if (preset.lint) { %>"lint": "eslint --ext .js,.vue ./",<% } %>
"test": "echo \"No test specified\" && exit 0"
"test": "echo \"No test specified\" && exit 0",
"dev": "quasar dev",
"build": "quasar build"
},

@@ -13,0 +15,0 @@ "dependencies": {

@@ -10,3 +10,5 @@ {

<% if (preset.lint) { %>"lint": "eslint --ext .js,.ts,.vue ./",<% } %>
"test": "echo \"No test specified\" && exit 0"
"test": "echo \"No test specified\" && exit 0",
"dev": "quasar dev",
"build": "quasar build"
},

@@ -13,0 +15,0 @@ "dependencies": {

@@ -12,3 +12,5 @@ {

<% } %>
"test": "echo \"No test specified\" && exit 0"
"test": "echo \"No test specified\" && exit 0",
"dev": "quasar dev",
"build": "quasar build"
},

@@ -15,0 +17,0 @@ "dependencies": {

@@ -20,5 +20,5 @@ /* eslint-env node */

// fix: true,
// include = [],
// exclude = [],
// rawOptions = {},
// include: [],
// exclude: [],
// rawOptions: {},
warnings: true,

@@ -25,0 +25,0 @@ errors: true

@@ -12,3 +12,5 @@ {

<% } %>
"test": "echo \"No test specified\" && exit 0"
"test": "echo \"No test specified\" && exit 0",
"dev": "quasar dev",
"build": "quasar build"
},

@@ -15,0 +17,0 @@ "dependencies": {

@@ -12,3 +12,5 @@ {

<% } %>
"test": "echo \"No test specified\" && exit 0"
"test": "echo \"No test specified\" && exit 0",
"dev": "quasar dev",
"build": "quasar build"
},

@@ -15,0 +17,0 @@ "dependencies": {

@@ -21,5 +21,5 @@ /* eslint-env node */

// fix: true,
// include = [],
// exclude = [],
// rawOptions = {},
// include: [],
// exclude: [],
// rawOptions: {},
warnings: true,

@@ -26,0 +26,0 @@ errors: true

@@ -12,3 +12,5 @@ {

<% } %>
"test": "echo \"No test specified\" && exit 0"
"test": "echo \"No test specified\" && exit 0",
"dev": "quasar dev",
"build": "quasar build"
},

@@ -15,0 +17,0 @@ "dependencies": {

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