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

mob

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mob - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

2

lib/kingpin.js

@@ -45,3 +45,3 @@

worker = workers [ i ];
if ( worker.pid === filter )
if ( ( worker.pid || worker.process.pid ) === filter )
{

@@ -48,0 +48,0 @@ try

{ "name" : "mob",
"version" : "0.0.8",
"version" : "0.0.9",
"description" : "simple multi-process applications",

@@ -4,0 +4,0 @@ "keywords" : [ "cluster", "child", "process", "message", "passing", "procfile" ],

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