Socket
Socket
Sign inDemoInstall

@vue/cli-shared-utils

Package Overview
Dependencies
Maintainers
3
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/cli-shared-utils - npm Package Compare versions

Comparing version 5.0.0-alpha.4 to 5.0.0-alpha.5

2

lib/logger.js

@@ -24,3 +24,3 @@ const chalk = require('chalk')

? `${label} ${line}`
: line.padStart(stripAnsi(label).length)
: line.padStart(stripAnsi(label).length + line.length + 1)
}).join('\n')

@@ -27,0 +27,0 @@ }

{
"name": "@vue/cli-shared-utils",
"version": "5.0.0-alpha.4",
"version": "5.0.0-alpha.5",
"description": "shared utilities for vue-cli packages",

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

"execa": "^1.0.0",
"joi": "^17.2.1",
"joi": "^17.4.0",
"launch-editor": "^2.2.1",

@@ -31,4 +31,4 @@ "lru-cache": "^6.0.0",

"node-ipc": "^9.1.1",
"open": "^7.2.1",
"ora": "^5.1.0",
"open": "^7.4.2",
"ora": "^5.3.0",
"read-pkg": "^5.1.1",

@@ -41,3 +41,3 @@ "semver": "^7.3.4",

},
"gitHead": "cf3d80193429b67ebfcfd941981163e087bd7812"
"gitHead": "6f88bd5ff4daf45808ec7f2d9e798cd1dd60476f"
}
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