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.7 to 0.2.8

2

lib/hub.js

@@ -29,3 +29,3 @@ var cluster = require('cluster');

self._db.onAny(function() {
var args = Array.prototype.slice.call(arguments);
var args = Array.prototype.slice.call(arguments, 1);

@@ -32,0 +32,0 @@ if (has(self._listeners, this.event)) {

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

],
"version": "0.2.7",
"version": "0.2.8",
"repository": {

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

@@ -1,6 +0,8 @@

# clusterhub [![Build Status](https://secure.travis-ci.org/fent/clusterhub.png)](http://travis-ci.org/fent/clusterhub)
# clusterhub
An attempt at giving multi process node programs a simple and efficient way to share data.
[![Build Status](https://secure.travis-ci.org/fent/clusterhub.png)](http://travis-ci.org/fent/clusterhub) [![Dependency Status](https://gemnasium.com/fent/clusterhub.svg)](https://gemnasium.com/fent/clusterhub)
# Usage

@@ -99,7 +101,3 @@

To use with node v0.6.x look at the v0.1.x tag.
npm install clusterhub@0.1.x
# Tests

@@ -106,0 +104,0 @@ Tests are written with [mocha](http://visionmedia.github.com/mocha/)

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