Socket
Socket
Sign inDemoInstall

ev

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ev - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

5

History.md

@@ -0,1 +1,6 @@

0.0.4 / 2012-02-26
==================
* Fix in handling ev_dedupListener where handler was always added to the cache
0.0.3 / 2012-02-11

@@ -2,0 +7,0 @@ ==================

4

lib/ev.js

@@ -75,3 +75,3 @@ var maxLength = 3

var cache = this._ev_cache[ev]
var n = cache.push(handler) - 1
var n = cache.length

@@ -86,2 +86,4 @@ if (this.ev_dedupListener) {

cache.push(handler)
// Emit the newListener event

@@ -88,0 +90,0 @@ this.emit_newListener(ev, handler)

@@ -6,3 +6,3 @@ {

, "keywords": ["event","emitter","listener"]
, "version": "0.0.3"
, "version": "0.0.4"
, "homepage": "http://github.com/pierrec/node-ev"

@@ -9,0 +9,0 @@ , "repository": {

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