Socket
Socket
Sign inDemoInstall

create-quasar

Package Overview
Dependencies
7
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.11 to 1.0.12

2

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

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

@@ -56,3 +56,6 @@ module.exports = {

Capacitor: 'readonly',
chrome: 'readonly'
chrome: 'readonly',
defineProps: 'readonly', // Vue SFC setup compiler macro
defineEmits: 'readonly', // Vue SFC setup compiler macro
defineExpose: 'readonly' // Vue SFC setup compiler macro
},

@@ -59,0 +62,0 @@

@@ -57,3 +57,6 @@ module.exports = {

Capacitor: 'readonly',
chrome: 'readonly'
chrome: 'readonly',
defineProps: 'readonly', // Vue SFC setup compiler macro
defineEmits: 'readonly', // Vue SFC setup compiler macro
defineExpose: 'readonly' // Vue SFC setup compiler macro
},

@@ -60,0 +63,0 @@

@@ -70,3 +70,6 @@ const { resolve } = require('path')

Capacitor: 'readonly',
chrome: 'readonly'
chrome: 'readonly',
defineProps: 'readonly', // Vue SFC setup compiler macro
defineEmits: 'readonly', // Vue SFC setup compiler macro
defineExpose: 'readonly' // Vue SFC setup compiler macro
},

@@ -73,0 +76,0 @@

@@ -69,3 +69,6 @@

Capacitor: 'readonly',
chrome: 'readonly'
chrome: 'readonly',
defineProps: 'readonly', // Vue SFC setup compiler macro
defineEmits: 'readonly', // Vue SFC setup compiler macro
defineExpose: 'readonly' // Vue SFC setup compiler macro
},

@@ -72,0 +75,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc