Socket
Socket
Sign inDemoInstall

pm2

Package Overview
Dependencies
Maintainers
1
Versions
278
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pm2 - npm Package Compare versions

Comparing version 0.6.13 to 0.6.14

examples/echo_slow.js

4

lib/ProcessContainer.js

@@ -84,3 +84,3 @@ // ProcessContainer.js

process.send({
type : 'log:out',
type : 'log:err',
data : string

@@ -96,3 +96,3 @@ });

process.send({
type : 'log:err',
type : 'log:out',
data : string

@@ -99,0 +99,0 @@ });

{
"name": "pm2",
"preferGlobal": "true",
"version": "0.6.13",
"version": "0.6.14",
"engines" : {

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

@@ -30,13 +30,2 @@ # ![Monit](https://github.com/unitech/pm2/raw/master/pres/top-logo-wo.png)

# Monitoring dashboard
![Dashboard](http://leapfrogui.com/controlfrog/img/cf-layout-1.png)
We gonna release a very nice product, a dashboard to monitor every part of you NodeJS applications. Here are some links :
- [Pitch + Survey](https://docs.google.com/forms/d/1FuCjIhrGg-ItxInq2nLreoe9GS-gZWJNkNWE0JJajw8/viewform) People who fill the survey will get free license
- [Newsletter](http://signup.pm2.io/) Subscribe to be kept informed
Thanks in advance and we hope that you like pm2 !
# Readme Contents

@@ -142,2 +131,13 @@

<a name="a32"/>
## Install on fresh server
Ubuntu
```bash
$ sudo apt-get install build-essential git htop curl
$ wget -qO- https://raw.github.com/creationix/nvm/master/install.sh | sh
$ nvm install v0.11.9
```
<a name="a16"/>

@@ -144,0 +144,0 @@ ## 0s downtime reload

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