Socket
Socket
Sign inDemoInstall

fanoutpub

Package Overview
Dependencies
102
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

1

CHANGELOG.md

@@ -9,1 +9,2 @@ node-fanoutpub CHANGE LOG

v 1.0.1 01-21-2015 - Added 'var' where it was missing.
v 1.0.2 02-02-2015 - Updated dependency versions.

4

package.json
{
"name": "fanoutpub",
"version": "1.0.1",
"version": "1.0.2",
"author": "Fanout, Inc. <info@fanout.io>",

@@ -32,5 +32,5 @@ "description": "Fanout Pubsub Protocol Library",

"dependencies": {
"pubcontrol": "*"
"pubcontrol": "1.x"
},
"license": "MIT"
}
Fanout.io Library for NodeJS
===================================================
Version: v 1.0.1
Date: January 21th, 2015
Version: v 1.0.2
Date: February 2nd, 2015
Author: Katsuyuki Ohmuro <harmony7@pex2.jp>, Konstantin Bokarius <kon@fanout.io>

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

```javascript
var util = require('util');
var fanout = require('fanoutpub');

@@ -33,0 +32,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc