Comparing version 0.0.3 to 0.0.4
@@ -192,2 +192,4 @@ 'use strict'; | ||
that._clusterTop = {}; | ||
// callback + emit | ||
@@ -194,0 +196,0 @@ that._emitter.emit('leave', that._cluster); |
{ | ||
"name": "1", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "distributed message queue based on ØMQ", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "mocha -R spec" | ||
}, | ||
"repository": "git@github.com:IndigoUnited/node-1.git", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/IndigoUnited/node-1.git" | ||
}, | ||
"keywords": [ | ||
@@ -24,3 +27,3 @@ "ØMQ", | ||
"dependencies": { | ||
"mdns": "~1.1.0", | ||
"mdns": "https://github.com/agnat/node_mdns/tarball/master", | ||
"zmq": "~2.2.0", | ||
@@ -27,0 +30,0 @@ "mout": "~0.2.0", |
@@ -5,3 +5,2 @@ # 1 ( *One* ) | ||
-------------------------------------------------------------------------------- | ||
@@ -13,2 +12,3 @@ ## Introduction | ||
## Getting started | ||
@@ -18,4 +18,5 @@ | ||
## Installing | ||
## Installation | ||
Before you install the module through NPM, using `npm install 1`, make sure you | ||
@@ -38,2 +39,3 @@ take care of the instructions below. | ||
### Linux | ||
@@ -48,2 +50,3 @@ | ||
### MacOS X | ||
@@ -54,1 +57,6 @@ | ||
[mdns](https://npmjs.org/package/mdns) and [zmq](https://npmjs.org/package/zmq). | ||
## License | ||
Released under the [MIT License](http://www.opensource.org/licenses/mit-license.php). |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
HTTP dependency
Supply chain riskContains a dependency which resolves to a remote HTTP URL which could be used to inject untrusted code and reduce overall package reliability.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
11
411
2
57
0
19067
1
- Removedmdns@1.1.0(transitive)
Updatedmdns@https://github.com/agnat/node_mdns/tarball/master