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

node-pm2-events

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-pm2-events - npm Package Compare versions

Comparing version 1.2.43 to 1.2.44

2

package.json
{
"name": "node-pm2-events",
"version": "1.2.43",
"version": "1.2.44",
"description": "EventBus for local and decentralized instances of the both for individual nodejs applications and as parts of pm2",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -10,3 +10,3 @@ /*

const cluster = require('cluster');
const http = require('http');
const https = require('https');
const {availableParallelism} = require('os');

@@ -166,3 +166,3 @@

// In this case it is an HTTP server
http.createServer((req, res) => {
https.createServer((req, res) => {
res.writeHead(200);

@@ -169,0 +169,0 @@ res.end('hello world\n');

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