Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

clusterhub

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clusterhub - npm Package Compare versions

Comparing version 0.2.9 to 0.2.10

4

package.json

@@ -11,3 +11,3 @@ {

],
"version": "0.2.9",
"version": "0.2.10",
"repository": {

@@ -26,3 +26,3 @@ "type": "git",

"engines": {
"node": ">=0.8"
"node": ">=0.12"
},

@@ -29,0 +29,0 @@ "dependencies": {

@@ -6,3 +6,3 @@ # clusterhub

[![Build Status](https://secure.travis-ci.org/fent/clusterhub.svg)](http://travis-ci.org/fent/clusterhub)
[![Dependency Status](https://gemnasium.com/fent/clusterhub.svg)](https://gemnasium.com/fent/clusterhub)
[![Dependency Status](https://david-dm.org/fent/clusterhub.svg)](https://david-dm.org/fent/clusterhub)
[![codecov](https://codecov.io/gh/fent/clusterhub/branch/master/graph/badge.svg)](https://codecov.io/gh/fent/clusterhub)

@@ -36,4 +36,4 @@

* Efficient event emitter system. Clusterhub will waste no time sending an event to a process that isn't listening for it. Events from the same process of a listener will be immediately emitted.
* In process database. Each hub has its own instance of a redis-like database powered by [EventVat](https://github.com/hij1nx/EventVat).
* Efficient event emitter system. Clusterhub will not send an event to a process that isn't listening for it. Events from the same process of a listener will be emitted synchronously.
* In process database. Each hub has its own instance of a redis-like database powered by [EventVat](https://github.com/0x00A/EventVat).
* Cluster agnostic. Apps that use clusterhub will work regardless if it uses cluster or not.

@@ -40,0 +40,0 @@

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