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

node-app-hive

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-app-hive - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

2

package.json
{
"version": "1.3.1",
"version": "1.3.2",
"name": "node-app-hive",

@@ -4,0 +4,0 @@ "description": "Cluster based NodeJS process manager.",

@@ -182,3 +182,3 @@ const _ = require('underscore');

: `:: WORKER ${data.workerKey} ::`.cyan;
const msg = `${cred}\n\t` + data.messages.join('\n\t');
const msg = `${cred}\n\t` + data.messages.join('\n\t') + `\n`;
this.emitter.write(msg);

@@ -185,0 +185,0 @@ }

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