Socket
Socket
Sign inDemoInstall

pm2

Package Overview
Dependencies
206
Maintainers
1
Versions
275
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.2 to 5.0.3

10

lib/API/Extra.js

@@ -38,2 +38,7 @@

CLI.prototype.launchSysMonitoring = function(cb) {
// if pm2 set pm2:sysmonit to false, skip pm2-sysmonit autostart
if (this.pm2_configuration == 'false' || process.env.NODE_ENV == 'test'
|| process.env.TRAVIS || global.it === 'function' || cst.IS_WINDOWS === true)
return cb ? cb(null) : null
var filepath

@@ -47,7 +52,2 @@

// if pm2 set pm2:sysmonit to false, skip pm2-sysmonit autostart
if (this.pm2_configuration == 'false' || process.env.NODE_ENV == 'test'
|| process.env.TRAVIS || global.it === 'function')
return cb ? cb(null) : null
this.start({

@@ -54,0 +54,0 @@ script: filepath

{
"name": "pm2",
"preferGlobal": true,
"version": "5.0.2",
"version": "5.0.3",
"engines": {

@@ -6,0 +6,0 @@ "node": ">=12.0.0"

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc