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

EventHub

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

EventHub - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

LICENSE

2

clients/browser/jquery.js

@@ -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(

6

examples/browser/yui3/server.js

@@ -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

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