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

eenano

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eenano - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

3

eenano.js

@@ -12,2 +12,3 @@ module.exports = EENano

var handlers = this._listeners[event]
var returnVal
if (handlers != null) {

@@ -17,5 +18,7 @@ for (var i = 0; i < handlers.length; i++) {

var thisArg = handlers[i].thisArg || this
returnVal = true
fn.call(thisArg, metadata)
}
}
return returnVal
}

@@ -22,0 +25,0 @@ EENano.prototype.on = function (event, handler, thisArg) {

2

package.json
{
"name": "eenano",
"version": "2.0.0",
"version": "2.1.0",
"description": "A tiny pessimistic event emitter. Optimized for no listeners.",

@@ -5,0 +5,0 @@ "main": "eenano.js",

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