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

@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.7 to 5.0.0-alpha.8

2

lib/openBrowser.js

@@ -97,3 +97,3 @@ /**

try {
const options = { app: browser, url: true }
const options = { app: { name: browser }, url: true }
open(url, options).catch(() => {}) // Prevent `unhandledRejection` error.

@@ -100,0 +100,0 @@ return true

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

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

"node-ipc": "^9.1.1",
"open": "^7.4.2",
"open": "^8.0.2",
"ora": "^5.3.0",

@@ -40,3 +40,3 @@ "read-pkg": "^5.1.1",

},
"gitHead": "e591bfa5eb965d8015caca297cdd24b2dfbf500c"
"gitHead": "89af6c50c2e559487d5ac24071a1f8589f9c026b"
}
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