eventemitter2
Advanced tools
Comparing version 4.1.0 to 4.1.2
@@ -9,2 +9,6 @@ # Change Log | ||
## [4.1.2] - 2017-07-12 | ||
### Added | ||
- Correct listeners and listenersAny typings @cartant | ||
## [4.1.1] - 2017-03-29 | ||
@@ -11,0 +15,0 @@ ### Added |
@@ -55,4 +55,4 @@ export type eventNS = string[]; | ||
eventNames(): string[]; | ||
listeners(event: string | string[]): () => {}[] // TODO: not in documentation by Willian | ||
listenersAny(): () => {}[] // TODO: not in documentation by Willian | ||
listeners(event: string | string[]): Listener[] // TODO: not in documentation by Willian | ||
listenersAny(): Listener[] // TODO: not in documentation by Willian | ||
} |
{ | ||
"name": "eventemitter2", | ||
"version": "4.1.0", | ||
"version": "4.1.2", | ||
"description": "A Node.js event emitter implementation with namespaces, wildcards, TTL and browser support.", | ||
@@ -5,0 +5,0 @@ "keywords": ["event", "events", "emitter", "eventemitter"], |
[![Codeship](https://img.shields.io/codeship/3ad58940-4c7d-0131-15d5-5a8cd3f550f8.svg?maxAge=2592000)]() | ||
[![NPM version](https://badge.fury.io/js/eventemitter2.svg)](http://badge.fury.io/js/eventemitter2) | ||
[![Dependency Status](https://img.shields.io/david/asynclyeventemitter2.svg)](https://david-dm.org/asynclyeventemitter2) | ||
[![Dependency Status](https://img.shields.io/david/asyncly/eventemitter2.svg)](https://david-dm.org/asyncly/eventemitter2) | ||
[![npm](https://img.shields.io/npm/dm/eventemitter2.svg?maxAge=2592000)]() | ||
@@ -5,0 +5,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39508