node-pm2-events
Advanced tools
Comparing version 1.2.43 to 1.2.44
{ | ||
"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'); |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
44137