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

1

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

1 - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.jshintrc

21

package.json
{
"name": "1",
"version": "0.0.1",
"version": "0.0.2",
"description": "Clustering module based on 0MQ",

@@ -9,12 +9,23 @@ "main": "index.js",

},
"repository": "",
"repository": "git@github.com:IndigoUnited/node-1.git",
"keywords": [
"ØMQ",
"0mq",
"zeromq",
"cluster",
"mq",
"message",
"queue",
"nodes"
"nodes",
"distributed"
],
"author": "Marco Oliveira",
"license": "MIT"
"author": "Indigo United",
"license": "MIT",
"dependencies": {
"mdns": "~1.1.0",
"zmq": "~2.2.0",
"mout": "~0.2.0",
"node-uuid": "~1.4.0",
"async": "~0.1.22"
}
}

@@ -1,3 +0,33 @@

# 1
# 1 ( *One* )
Clustering module based on 0MQ
Distributed message queue based on [ØMQ](http://www.zeromq.org/).
--------------------------------------------------------------------------------
## Getting started
Take a look at `bin/one.js`.
## Installing
Before you install the module through NPM, using `npm install 1`, make sure you
take care of the instructions below.
**Note:** If you are installing on a system that is not covered by these
instructions, and manage to install, please share your instructions, so we can
improve the documentation.
### Linux
Installing on debian-like operating systems, requires that you run the
following:
```
# apt-get install libavahi-compat-libdnssd-dev libc-ares2 libzmq-dev
```
### MacOS X
You will need [XCode command line tools](http://developer.apple.com/library/ios/#documentation/DeveloperTools/Conceptual/WhatsNewXcode/Articles/xcode_4_3.html)
to install *One* on MacOS X, since it depends on
[mdns](https://npmjs.org/package/mdns) and [zmq](https://npmjs.org/package/zmq).
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