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.35 to 2.1.36

4

package.json
{
"name": "@vmm/cli",
"version": "2.1.35",
"version": "2.1.36",
"description": "vmm cli interface",

@@ -24,2 +24,4 @@ "author": {

"ps-list": "7.2.0",
"terser": "4.8.0",
"terser-webpack-plugin": "3.0.6",
"tsconfig-paths-webpack-plugin": "^3.2.0"

@@ -26,0 +28,0 @@ },

@@ -58,4 +58,4 @@ const fs = require('fs-extra')

icon: pkg.icon,
main: `index.js`,
types: "types/src/main.d.ts",
moduleType: "service",
api: "types/src/index.d.ts",
extra: {}

@@ -62,0 +62,0 @@ }

@@ -7,2 +7,3 @@ const path = require('path');

module.exports = {

@@ -17,3 +18,3 @@ entry: path.resolve('./src/index.ts'),

output: {
filename: "index.js",
filename: "service.js",
path: path.resolve("./dist"),

@@ -23,2 +24,3 @@ },

module: {
noParse: [/.+\/[^\.]+$/], // 排除没有扩展名文件
rules: [{

@@ -43,3 +45,7 @@ test: /\.ts$/,

// 消除"循环依赖"警告
plugins: [new webpack.ContextReplacementPlugin(/.*/)],
plugins: [new webpack.ContextReplacementPlugin(/.*/),
// new webpack.IgnorePlugin(/(fsevents|osx-temperature-sensor)/),
// new webpack.IgnorePlugin(/pty\.js/),
// new webpack.IgnorePlugin(/term\.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