Socket
Socket
Sign inDemoInstall

eventemitter2

Package Overview
Dependencies
0
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.1 to 3.0.2

4

CHANGELOG.md

@@ -9,2 +9,6 @@ # Change Log

## [3.0.2] - 2017-03-06
### Fixed
- Fixed `emitAsync` when using `once`. @Moeriki
## [3.0.1] - 2017-02-21

@@ -11,0 +15,0 @@ ### Changed

3

lib/eventemitter2.js

@@ -264,3 +264,3 @@ /*!

}
fn.apply(this, arguments);
return fn.apply(this, arguments);
}

@@ -446,2 +446,3 @@

} else if (handler && handler.length) {
handler = handler.slice();
if (al > 3) {

@@ -448,0 +449,0 @@ args = new Array(al - 1);

{
"name": "eventemitter2",
"version": "3.0.1",
"version": "3.0.2",
"description": "A Node.js event emitter implementation with namespaces, wildcards, TTL and browser support.",

@@ -5,0 +5,0 @@ "keywords": ["event", "events", "emitter", "eventemitter"],

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc