Comparing version 1.2.0 to 1.2.1
@@ -0,1 +1,3 @@ | ||
// Copyright (c) 2012-2013 Mark Ethan Trostler | ||
// MIT License - http://opensource.org/licenses/mit-license.php | ||
(function( $ ) { | ||
@@ -2,0 +4,0 @@ $.fn.eventHub = function(io, url) { |
@@ -0,1 +1,3 @@ | ||
// Copyright (c) 2012-2013 Mark Ethan Trostler | ||
// MIT License - http://opensource.org/licenses/mit-license.php | ||
YUI().add('EventHub', function(Y) { | ||
@@ -2,0 +4,0 @@ Y.EventHub = function(io, url) { |
@@ -0,1 +1,3 @@ | ||
// Copyright (c) 2012-2013 Mark Ethan Trostler | ||
// MIT License - http://opensource.org/licenses/mit-license.php | ||
module.exports = { | ||
@@ -2,0 +4,0 @@ getHub: function() { |
@@ -0,1 +1,3 @@ | ||
// Copyright (c) 2012-2013 Mark Ethan Trostler | ||
// MIT License - http://opensource.org/licenses/mit-license.php | ||
var connect = require('connect') | ||
@@ -2,0 +4,0 @@ , server = connect.createServer( |
@@ -0,1 +1,3 @@ | ||
// Copyright (c) 2012-2013 Mark Ethan Trostler | ||
// MIT License - http://opensource.org/licenses/mit-license.php | ||
var connect = require('connect') | ||
@@ -13,5 +15,1 @@ , server = connect.createServer( | ||
console.log('Listening on port ' + port); | ||
// blue.vim default.vim desert.vim evening.vim morning.vim pablo.vim README.txt shine.vim torte.vim | ||
//darkblue.vim delek.vim elflord.vim koehler.vim murphy.vim peachpuff.vim ron.vim slate.vim zellner.vim |
@@ -0,1 +1,3 @@ | ||
// Copyright (c) 2012-2013 Mark Ethan Trostler | ||
// MIT License - http://opensource.org/licenses/mit-license.php | ||
var eventHub = require('../../clients/server/eventClient.js').getClientHub('http://localhost:5883?token=ehrox'); | ||
@@ -2,0 +4,0 @@ |
@@ -0,1 +1,3 @@ | ||
// Copyright (c) 2012-2013 Mark Ethan Trostler | ||
// MIT License - http://opensource.org/licenses/mit-license.php | ||
var eventHub = require('../../clients/server/eventClient.js').getClientHub('http://localhost:5883?token=ehrox'); | ||
@@ -2,0 +4,0 @@ |
@@ -0,3 +1,4 @@ | ||
// Copyright (c) 2012-2013 Mark Ethan Trostler | ||
// MIT License - http://opensource.org/licenses/mit-license.php | ||
Hub = require('./hub'); | ||
Hub.start(); | ||
@@ -0,1 +1,3 @@ | ||
// Copyright (c) 2012-2013 Mark Ethan Trostler | ||
// MIT License - http://opensource.org/licenses/mit-license.php | ||
module.exports = (function() { | ||
@@ -2,0 +4,0 @@ |
@@ -13,3 +13,3 @@ { | ||
], | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"author": "Mark Ethan Trostler <mark@zzo.com>", | ||
@@ -35,3 +35,5 @@ "preferGlobal": true, | ||
"socket.io": "~0.8.7", | ||
"node-uuid": "~1.3", | ||
"node-uuid": "~1.3" | ||
}, | ||
"devDependencies": { | ||
"jasmine-node": "" | ||
@@ -41,4 +43,3 @@ }, | ||
"port": "5883" | ||
}, | ||
"devDependencies": {} | ||
} | ||
} |
@@ -0,1 +1,3 @@ | ||
// Copyright (c) 2012-2013 Mark Ethan Trostler | ||
// MIT License - http://opensource.org/licenses/mit-license.php | ||
var Hub = require("../clients/server/eventClient") | ||
@@ -2,0 +4,0 @@ , events = require("events") |
@@ -0,1 +1,3 @@ | ||
// Copyright (c) 2012-2013 Mark Ethan Trostler | ||
// MIT License - http://opensource.org/licenses/mit-license.php | ||
var events = require('events') | ||
@@ -2,0 +4,0 @@ , HubClient = require("../clients/server/eventClient") |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
51823
2
20
882
1
3
1
- Removedjasmine-node@
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedcoffeescript@1.12.7(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedgaze@1.1.3(transitive)
- Removedglob@7.1.7(transitive)
- Removedglobule@1.3.4(transitive)
- Removedgrowl@1.10.5(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedjasmine-growl-reporter@2.0.0(transitive)
- Removedjasmine-node@3.0.0(transitive)
- Removedjasmine-reporters@1.0.2(transitive)
- Removedlodash@4.17.21(transitive)
- Removedminimatch@3.0.8(transitive)
- Removedmkdirp@0.3.5(transitive)
- Removedonce@1.4.0(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedrequirejs@2.3.7(transitive)
- Removedunderscore@1.9.2(transitive)
- Removedwalkdir@0.0.12(transitive)
- Removedwrappy@1.0.2(transitive)