Socket
Socket
Sign inDemoInstall

axon

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axon - npm Package Compare versions

Comparing version 0.6.1 to 1.0.0

.travis.yml

2

benchmark/sub.js

@@ -67,2 +67,2 @@

process.on('SIGINT', done);
setTimeout(done, program.duration);
setTimeout(done, program.duration || 5000);
1.0.0 / 2013-08-30
==================
* change Socket#connect() to use inaddr_any as well
0.6.1 / 2013-04-13

@@ -3,0 +8,0 @@ ==================

@@ -296,3 +296,3 @@

port = port;
host = host || '127.0.0.1';
host = host || '0.0.0.0';

@@ -299,0 +299,0 @@ this.handleErrors(sock);

{
"name": "axon",
"description": "High-level messaging & socket patterns implemented in pure js",
"version": "0.6.1",
"version": "1.0.0",
"author": "TJ Holowaychuk <tj@vision-media.ca>",

@@ -26,3 +26,7 @@ "dependencies": {

"rpc"
]
],
"repository": {
"type": "git",
"url": "https://github.com/visionmedia/axon.git"
}
}
# Axon
Axon is a message-oriented socket library for node.js heavily inspired by zeromq.
Axon is a message-oriented socket library for node.js heavily inspired by zeromq. For a light-weight
UDP alternative you may be interested in [punt](https://github.com/visionmedia/punt).
[![Build Status](https://travis-ci.org/visionmedia/axon.png)](https://travis-ci.org/visionmedia/axon)
## Installation

@@ -6,0 +9,0 @@

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