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.20 to 2.1.21

2

package.json
{
"name": "@vmm/cli",
"version": "2.1.20",
"version": "2.1.21",
"description": "vmm cli interface",

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

// 配置参考: https://cli.vuejs.org/zh/config/
const path = require('path');
const fs = require('fs')
const projectPkg = JSON.parse(fs.readFileSync('./project.json', {
const projectPkg = JSON.parse(fs.readFileSync('./package.json', {
encoding: 'utf8'

@@ -10,3 +10,3 @@ }))

module.exports = function (port) {
console.log('!!!---', path.resolve('./public'))
// console.log('!!!---', path.resolve('./public'))
return {

@@ -13,0 +13,0 @@ pages: {

@@ -6,3 +6,3 @@ // 配置参考: https://cli.vuejs.org/zh/config/

const projectPkg = JSON.parse(fs.readFileSync('./project.json', {
const projectPkg = JSON.parse(fs.readFileSync('./package.json', {
encoding: 'utf8'

@@ -9,0 +9,0 @@ }))

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