New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vmm/cli

Package Overview
Dependencies
Maintainers
6
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vmm/cli - npm Package Compare versions

Comparing version 2.1.18 to 2.1.19

2

package.json
{
"name": "@vmm/cli",
"version": "2.1.18",
"version": "2.1.19",
"description": "vmm cli interface",

@@ -5,0 +5,0 @@ "author": {

@@ -62,7 +62,6 @@ const fs = require('fs-extra')

// 启动调试
// execSync(`./node_modules/.bin/vue-cli-service serve --port ${port}`, {
// stdio: 'inherit'
// })
execSync(`./node_modules/.bin/vue-cli-service serve --port ${port}`, {
stdio: 'inherit'
})
} catch (e) {

@@ -69,0 +68,0 @@ console.log('Error:', e.message)

@@ -231,3 +231,3 @@ const fs = require('fs-extra')

async function updatePkgExternals(pkg) {
console.log('--- updatePkgExternals:', pkg)
// console.log('--- updatePkgExternals:', pkg)
if (umdExternals[pkg]) return

@@ -234,0 +234,0 @@ const info = await _getPackageInfo(pkg)

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