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.2.1 to 2.2.2

4

lib/app-paths.js

@@ -1,4 +0,4 @@

import { existsSync } from 'node:fs'
import { normalize, join, sep } from 'node:path'
import { fileURLToPath } from 'node:url'

@@ -32,3 +32,3 @@ const quasarConfigFilenameList = [

const cliDir = new URL('..', import.meta.url).pathname
const cliDir = fileURLToPath(new URL('..', import.meta.url))

@@ -35,0 +35,0 @@ export default {

@@ -1,2 +0,1 @@

import { readFileSync } from 'node:fs'

@@ -3,0 +2,0 @@

@@ -1,2 +0,1 @@

import { readFileSync } from 'node:fs'

@@ -3,0 +2,0 @@

@@ -1,2 +0,1 @@

console.log(`

@@ -3,0 +2,0 @@ · For scaffolding an official Quasar project please use this instead:

@@ -1,2 +0,1 @@

import { readFileSync } from 'node:fs'

@@ -3,0 +2,0 @@ import { italic } from 'kolorist'

@@ -1,2 +0,1 @@

import parseArgs from 'minimist'

@@ -3,0 +2,0 @@ import { green, red } from 'kolorist'

@@ -1,2 +0,1 @@

import parseArgs from 'minimist'

@@ -3,0 +2,0 @@

@@ -1,2 +0,1 @@

import parseArgs from 'minimist'

@@ -3,0 +2,0 @@

@@ -1,2 +0,1 @@

import { readFileSync } from 'node:fs'

@@ -3,0 +2,0 @@

@@ -1,2 +0,1 @@

import { createRequire } from 'node:module'

@@ -3,0 +2,0 @@ import appPaths from './app-paths.js'

@@ -1,2 +0,1 @@

import {

@@ -3,0 +2,0 @@ bgGreen, green,

@@ -1,2 +0,1 @@

import fs from 'node:fs'

@@ -3,0 +2,0 @@ import { normalize, join, sep } from 'node:path'

@@ -1,2 +0,1 @@

import crossSpawn from 'cross-spawn'

@@ -3,0 +2,0 @@ import { log, warn, fatal } from './logger.js'

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

@@ -5,0 +5,0 @@ "type": "module",

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