Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@quasar/cli

Package Overview
Dependencies
Maintainers
4
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quasar/cli - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

12

lib/cmd/create.js
console.log(`
· For scaffolding an official Quasar project please use this instead:
npm init quasar
(or)
yarn create quasar
(or)
npm init quasar
pnpm create quasar
(or)
bun create quasar
· For scaffolding a custom starter kit please use this instead:
npm install -g @quasar/legacy-create
(or)
yarn global add @quasar/legacy-create
(or)
npm install -g @quasar/legacy-create
pnpm add -g @quasar/legacy-create
(or)
bun install -g @quasar/legacy-create

@@ -14,0 +22,0 @@ ...and then:

2

lib/cmd/help.js

@@ -36,4 +36,4 @@ import { readFileSync } from 'node:fs'

=> IMPORTANT !
=> ${ italic('Trigger this inside of a Quasar project (and npm/yarn install) for more commands.') }
=> ${ italic('Trigger this inside of a Quasar project (and npm/yarn/pnpm/bun install) for more commands.') }
--------------
`)

@@ -47,2 +47,4 @@ import parseArgs from 'minimist'

{ key: ' yarn', value: getSpawnOutput('yarn') },
{ key: ' pnpm', value: getSpawnOutput('pnpm') },
{ key: ' bun', value: getSpawnOutput('bun') },
{ key: ' @quasar/cli', value: green(cliPkg.version) },

@@ -49,0 +51,0 @@ { key: ' @quasar/icongenie', value: getSpawnOutput('icongenie') },

@@ -64,3 +64,3 @@ import parseArgs from 'minimist'

if (!fs.existsSync(appPaths.resolve.app('node_modules'))) {
fatal('Please run "yarn" / "npm install" / "pnpm install" first\n', 'Error')
fatal('Please run npm/yarn/pnpm/bun install first\n', 'Error')
}

@@ -67,0 +67,0 @@

{
"name": "@quasar/cli",
"version": "2.4.0",
"version": "2.4.1",
"description": "Quasar Framework - the Global CLI",

@@ -56,3 +56,3 @@ "type": "module",

"cross-spawn": "^7.0.3",
"express": "^4.18.3",
"express": "^4.19.2",
"fs-extra": "^11.2.0",

@@ -68,6 +68,3 @@ "http-proxy-middleware": "^2.0.6",

"eslint": "^8.57.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1"
"eslint-config-quasar": "workspace:*"
},

@@ -74,0 +71,0 @@ "publishConfig": {

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