Socket
Socket
Sign inDemoInstall

@vue/cli-shared-utils

Package Overview
Dependencies
131
Maintainers
3
Versions
154
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.5.0 to 4.5.1

6

lib/logger.js
const chalk = require('chalk')
const stripAnsi = require('strip-ansi')
const readline = require('readline')
const EventEmitter = require('events')

@@ -61,3 +62,6 @@

if (process.stdout.isTTY) {
console.clear()
const blank = '\n'.repeat(process.stdout.rows)
console.log(blank)
readline.cursorTo(process.stdout, 0, 0)
readline.clearScreenDown(process.stdout)
if (title) {

@@ -64,0 +68,0 @@ console.log(title)

@@ -9,2 +9,3 @@ const pluginRE = /^(@vue\/|vue-|@[\w-]+(\.)?[\w-]+\/vue-)cli-plugin-/

'e2e-nightwatch',
'e2e-webdriverio',
'eslint',

@@ -11,0 +12,0 @@ 'pwa',

4

package.json
{
"name": "@vue/cli-shared-utils",
"version": "4.5.0",
"version": "4.5.1",
"description": "shared utilities for vue-cli packages",

@@ -39,3 +39,3 @@ "main": "index.js",

},
"gitHead": "56348259db4412428d9b5ab49e4bc91191c24fff"
"gitHead": "09adc41408f6528554fcf9801b5bae169d5051a9"
}
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