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.5.4 to 1.5.5

2

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

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

@@ -88,3 +88,3 @@ /* eslint-env node */

ssr: ctx.mode.ssr,
ssr: ctx.modeName === 'ssr',

@@ -91,0 +91,0 @@ // you need to set i18n resource including paths !

@@ -89,3 +89,3 @@ /* eslint-env node */

ssr: ctx.mode.ssr,
ssr: ctx.modeName === 'ssr',

@@ -92,0 +92,0 @@ // you need to set i18n resource including paths !

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