Socket
Socket
Sign inDemoInstall

pm2

Package Overview
Dependencies
591
Maintainers
1
Versions
277
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.0 to 3.1.1

8

lib/API/Modules/Modularizer.js

@@ -66,3 +66,3 @@ /**

}
try {

@@ -86,3 +86,3 @@ var config = Common.parseConfig(data, file);

if (currentModule && currentModule.hasOwnProperty('dependencies')) {
Modularizer.installMultipleInternalModules(currentModule.dependencies, cb);
Modularizer.installMultipleModules(currentModule.dependencies, cb);
} else {

@@ -135,3 +135,3 @@ installModuleByName(currentModule, cb);

}
catch(e)
catch(e)
{

@@ -639,3 +639,3 @@ Common.printOut(cst.PREFIX_MSG_MOD + 'No configuraton script found.');

});
install_instance.on('error', function (err) {

@@ -642,0 +642,0 @@ console.error(err.stack || err);

{
"name": "pm2",
"preferGlobal": true,
"version": "3.1.0",
"version": "3.1.1",
"engines": {

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

Sorry, the diff of this file is not supported yet

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc