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.1 to 5.0.0-alpha.2

1

lib/module.js

@@ -10,2 +10,3 @@ const Module = require('module')

// Use `Module.createRequire` if available (added in Node v12.2.0)
// eslint-disable-next-line node/no-deprecated-api
const createRequire = Module.createRequire || Module.createRequireFromPath || function (filename) {

@@ -12,0 +13,0 @@ const mod = new Module(filename, null)

3

lib/openBrowser.js

@@ -57,3 +57,2 @@ /**

console.log()
return
}

@@ -99,3 +98,3 @@ })

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

@@ -102,0 +101,0 @@ return true

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

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

},
"gitHead": "104f9bcc719351575eb89c52e87d2b761489fc8b"
"gitHead": "48d6afd73d3a239af01c27e6cae05eca900ec6d4"
}
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