New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pm2/agent

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pm2/agent - npm Package Compare versions

Comparing version 1.0.0 to 1.0.2

4

package.json
{
"name": "@pm2/agent",
"version": "1.0.0",
"version": "1.0.2",
"description": "PM2.io Agent Daemon",

@@ -19,3 +19,3 @@ "main": "index.js",

"dependencies": {
"async": "~2.6.0",
"async": "~3.2.0",
"chalk": "~3.0.0",

@@ -22,0 +22,0 @@ "dayjs": "~1.8.24",

@@ -214,4 +214,9 @@ 'use strict'

fs.writeFileSync(cst.INTERACTOR_PID_PATH, child.pid)
let pid = ''
if (child.pid)
pid = child.pid.toString()
fs.writeFileSync(cst.INTERACTOR_PID_PATH, pid)
child.on('close', (status) => {

@@ -218,0 +223,0 @@ if (status === constants.ERROR_EXIT) {

Sorry, the diff of this file is not supported yet

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