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

cluster2

Package Overview
Dependencies
Maintainers
6
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cluster2 - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4

8

lib/component-status.js

@@ -81,5 +81,7 @@ var _ = require('underscore'),

emitter.on('update-component-status', function(component, now, options, value){
emitter.emit(
util.format('update-component-status-%s-%d-%s', component, now, options.worker ? process.pid : ''),
updater(options.params, value));
if(_.isEqual(name, component)){
emitter.emit(
util.format('update-component-status-%s-%d-%s', component, now, options.worker ? process.pid : ''),
updater(options.params, value));
}
});

@@ -86,0 +88,0 @@ }

@@ -8,3 +8,3 @@ {

"name": "cluster2",
"version": "0.4.3",
"version": "0.4.4",
"repository": {

@@ -11,0 +11,0 @@ "type": "git",

Sorry, the diff of this file is not supported yet

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