Socket
Socket
Sign inDemoInstall

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 2.1.0 to 2.1.1

2

lib/eventemitter2.js

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

var obj = root[key];
if ((obj instanceof Function) || (typeof obj !== "object"))
if ((obj instanceof Function) || (typeof obj !== "object") || (obj === null))
continue;

@@ -624,0 +624,0 @@ if (Object.keys(obj).length > 0) {

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

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

@@ -80,3 +80,6 @@ [![Codeship](https://img.shields.io/codeship/3ad58940-4c7d-0131-15d5-5a8cd3f550f8.svg?maxAge=2592000)]()

# Installing
`npm install --save eventemitter2`.
# API

@@ -83,0 +86,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