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

zmq-xpub-xsub

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zmq-xpub-xsub - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

bin/index.js

10

lib/index.js

@@ -1,2 +0,1 @@

const minimist = require('minimist');
const Zmq = require('zmq');

@@ -40,10 +39,1 @@

};
// Launched as standalone script
if (require.main === module) {
const argv = minimist((process.argv.slice(2)));
if (argv.debug) {
exports.set('debug', true);
}
exports.run(argv);
}

3

package.json
{
"name": "zmq-xpub-xsub",
"version": "0.1.2",
"version": "0.2.0",
"description": "Central hub for ZeroMQ",
"main": "lib/index.js",
"bin": "bin/bower",
"author": "stefan.novakovich@gmail.com",

@@ -7,0 +8,0 @@ "license": "MIT",

# zmq-xpub-xsub
Central hub for ZeroMQ that allow multiple publisher and subscribers on same port.
Central hub for ZeroMQ that allows multiple publisher and subscribers on same port.
### Dependencies
1) [ZeroMQ](http://zeromq.org/)
* [ZeroMQ](http://zeromq.org/)

@@ -30,3 +30,3 @@

// zmq-xpub-xsub are launched and listening at provided ports
ZmqPS.run({ xSubPort: 8000, xPubPort: 8001 });
ZmqPs.run({ xSubPort: 8000, xPubPort: 8001 });
```

@@ -33,0 +33,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