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 5.0.1 to 6.0.0

0

CHANGELOG.md

@@ -0,0 +0,0 @@ # Change Log

@@ -0,0 +0,0 @@ export type eventNS = string[];

module.exports = require('./lib/eventemitter2');

6

lib/eventemitter2.js

@@ -301,2 +301,5 @@ /*!

EventEmitter.prototype.emit = function() {
if (!this._events && !this._all) {
return false;
}

@@ -408,2 +411,5 @@ this._events || init.call(this);

EventEmitter.prototype.emitAsync = function() {
if (!this._events && !this._all) {
return false;
}

@@ -410,0 +416,0 @@ this._events || init.call(this);

@@ -0,0 +0,0 @@

4

package.json
{
"name": "eventemitter2",
"version": "5.0.1",
"version": "6.0.0",
"description": "A Node.js event emitter implementation with namespaces, wildcards, TTL and browser support.",

@@ -30,3 +30,3 @@ "keywords": [

"coverage": "nyc --check-coverage npm run test",
"benchmark": "node --reporter test/perf/benchmark.js"
"benchmark": "node test/perf/benchmark.js"
},

@@ -33,0 +33,0 @@ "files": [

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc