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

1

Package Overview
Dependencies
Maintainers
2
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.3 to 0.0.4

.editorconfig

2

index.js

@@ -192,2 +192,4 @@ 'use strict';

that._clusterTop = {};
// callback + emit

@@ -194,0 +196,0 @@ that._emitter.emit('leave', that._cluster);

11

package.json
{
"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

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