Huge News!Announcing our $40M Series B led by Abstract Ventures.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.29 to 2.1.30

2

package.json
{
"name": "@vmm/cli",
"version": "2.1.29",
"version": "2.1.30",
"description": "vmm cli interface",

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

@@ -272,5 +272,7 @@ const fs = require('fs-extra')

// yarn 更新版本包信息
execSync(`yarn upgrade -LE`, {
stdio: 'inherit'
})
if (arg.npm) {
execSync(`yarn upgrade -LE`, {
stdio: 'inherit'
})
}

@@ -277,0 +279,0 @@ // 更新index.html

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