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

@vue/cli-ui

Package Overview
Dependencies
Maintainers
9
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/cli-ui - npm Package Compare versions

Comparing version 3.0.0-rc.6 to 3.0.0-rc.7

dist/js/app.fff06ac0.js

10

apollo-server/util/db.js

@@ -5,4 +5,3 @@ const Lowdb = require('lowdb')

const path = require('path')
const os = require('os')
const { xdgConfigPath } = require('@vue/cli/lib/util/xdgConfig')
const { getRcPath } = require('@vue/cli/lib/util/rcPath')

@@ -18,5 +17,6 @@ let folder

} else {
folder = process.env.VUE_CLI_UI_DB_PATH ||
xdgConfigPath('.vue-cli-ui') ||
path.join(os.homedir(), '.vue-cli-ui')
folder = (
process.env.VUE_CLI_UI_DB_PATH ||
getRcPath('.vue-cli-ui')
)
}

@@ -23,0 +23,0 @@

{
"name": "@vue/cli-ui",
"version": "3.0.0-rc.6",
"version": "3.0.0-rc.7",
"scripts": {

@@ -31,3 +31,3 @@ "serve": "cross-env VUE_APP_CLI_UI_URL=ws://localhost:4000/graphql vue-cli-service serve",

"@akryum/winattr": "^3.0.0",
"@vue/cli-shared-utils": "^3.0.0-rc.6",
"@vue/cli-shared-utils": "^3.0.0-rc.7",
"chalk": "^2.4.1",

@@ -60,7 +60,7 @@ "clone": "^2.1.1",

"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0-rc.6",
"@vue/cli-plugin-e2e-cypress": "^3.0.0-rc.6",
"@vue/cli-plugin-eslint": "^3.0.0-rc.6",
"@vue/cli-service": "^3.0.0-rc.6",
"@vue/eslint-config-standard": "^3.0.0-rc.6",
"@vue/cli-plugin-babel": "^3.0.0-rc.7",
"@vue/cli-plugin-e2e-cypress": "^3.0.0-rc.7",
"@vue/cli-plugin-eslint": "^3.0.0-rc.7",
"@vue/cli-service": "^3.0.0-rc.7",
"@vue/eslint-config-standard": "^3.0.0-rc.7",
"@vue/ui": "^0.4.6",

@@ -67,0 +67,0 @@ "ansi_up": "^3.0.0",

Sorry, the diff of this file is not supported yet

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