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.10 to 2.1.12

README.md

28

package.json
{
"name": "@vmm/cli",
"version": "2.1.10",
"version": "2.1.12",
"description": "vmm cli interface",
"author": {
"name": "zhfjyq",
"email": "zhfjyq@163.com"
},
"bin": {
"vmm": "vmm.js"
"vmm": "./src/vmm.js"
},
"scripts": {
"pub": "npm_config_registry=\"https://registry.npmjs.org/\" yarn publish --access public",
"start": "DEBUG=@* ts-node -r tsconfig-paths/register ./src/index.ts ",
"build": "webpack --mode production --config ./webpack/webpack.config.js"
},
"private": false,
"license": "MIT",
"dependencies": {
"commander": "^5.1.0",
"fs-extra": "^9.0.0",
"lodash.snakecase": "^4.1.1",
"node-fetch": "^2.6.0",
"ps-list": "^7.1.0",
"tsconfig-paths-webpack-plugin": "^3.2.0"
},
"devDependencies": {
"@types/fs-extra": "^9.0.1"
}
}
}
vmm.js
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