You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

eventhandler.js

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eventhandler.js - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
dist/eventhandler.js-0.1.1+0.master.780e61431a1d.zip

Sorry, the diff of this file is not supported yet

+1
-1

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

/*! EventHandler.js v0.1.0+0.master.e90776c7a9b0 | (c) 2015 Justin Murray | built on 2015-06-19 */
/*! eventhandler.js v0.1.1+0.master.780e61431a1d | (c) 2015 Justin Murray | built on 2015-06-19 */

@@ -3,0 +3,0 @@ (function() {

@@ -1,4 +0,4 @@

/*! EventHandler.js v0.1.0+0.master.e90776c7a9b0 | (c) 2015 Justin Murray | built on 2015-06-19 */
/*! eventhandler.js v0.1.1+0.master.780e61431a1d | (c) 2015 Justin Murray | built on 2015-06-19 */
(function(){var a=[].slice;!function(a,b){return"function"==typeof define&&null!=define.amd?define([],b):"object"==typeof exports?module.exports=b():a.EventHandler=b()}(this,function(){var b;return b=function(){function b(a,b,c){this.firesOnce=null!=a?a:!1,this.fireAtReg=null!=b?b:!1,this.fireAtRegArgs=null!=c?c:[],this.list=[],this.fireNow=!1}return b.prototype.fire=function(){var b,c,d,e,f;for(b=1<=arguments.length?a.call(arguments,0):[],f=this.list,d=0,e=f.length;e>d;d++)c=f[d],c.apply(this,b);return this.fireNow=this.firesOnce},b.prototype.fireAsync=function(){var b,c,d,e,f;for(b=1<=arguments.length?a.call(arguments,0):[],f=this.list,d=0,e=f.length;e>d;d++)c=f[d],setTimeout(function(a){return function(){return c.apply(a,b)}}(this),0);return this.fireNow=this.firesOnce},b.prototype.emit=b.prototype.fire,b.prototype.emitAsync=b.prototype.fireAsync,b.prototype.on=function(a){var b;return this.list.push(a),(this.fireNow||("function"==typeof this.fireAtReg?this.fireAtReg():void 0)||this.fireAtReg===!0)&&setTimeout(function(b){return function(){return a.apply(b,b.fireAtRegArgs)}}(this),0),b={fn:a,evt:this,off:function(){return b.evt.off(b.fn)}}},b.prototype.off=function(a){var b;return null!=a?this.list=function(){var c,d,e,f;for(e=this.list,f=[],c=0,d=e.length;d>c;c++)b=e[c],b!==a&&f.push(b);return f}.call(this):this.list.length=0},b}()})}).call(this);
//# sourceMappingURL=EventHandler.min.js.map
{
"name": "eventhandler.js",
"repository": "https://github.com/murrayju/xmlCoffee",
"repository": "murrayju/xmlCoffee",
"license": "MIT",

@@ -59,3 +59,3 @@ "keywords": [

},
"version": "0.1.0+0.master.e90776c7a9b0"
"version": "0.1.1+0.master.780e61431a1d"
}

Sorry, the diff of this file is not supported yet