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.32 to 2.1.33

2

package.json
{
"name": "@vmm/cli",
"version": "2.1.32",
"version": "2.1.33",
"description": "vmm cli interface",

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

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

console.log('update html project:', modPkg.name)
await updateHtmlProject(arg)
if (arg.npm) {

@@ -28,2 +27,3 @@ execSync("yarn upgrade -LE", {

}
await updateHtmlProject(arg)
break;

@@ -30,0 +30,0 @@ case 'service':

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

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

@@ -280,0 +280,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