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

eventemitter2

Package Overview
Dependencies
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eventemitter2 - npm Package Compare versions

Comparing version 4.1.0 to 4.1.2

4

CHANGELOG.md

@@ -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

4

eventemitter2.d.ts

@@ -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 @@

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