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 3.6.0 to 3.7.0

4

lib/env.js

@@ -96,3 +96,5 @@ const { execSync } = require('child_process')

try {
const pnpmVersion = execSync('pnpm --version').toString()
const pnpmVersion = execSync('pnpm --version', {
stdio: ['pipe', 'pipe', 'ignore']
}).toString()
// there's a critical bug in pnpm 2

@@ -99,0 +101,0 @@ // https://github.com/pnpm/pnpm/issues/1678#issuecomment-469981972

{
"name": "@vue/cli-shared-utils",
"version": "3.6.0",
"version": "3.7.0",
"description": "shared utilities for vue-cli packages",

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

},
"gitHead": "99a06d1758183e671928af7dc6ae3eec47d58180"
"gitHead": "0dbfa5a0bfc0da80bfaa43c1318aad7b3ff88353"
}
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