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 6.4.5 to 6.4.6

2

eventemitter2.d.ts

@@ -151,1 +151,3 @@ export type event = (symbol|string);

}
export default EventEmitter2;

2

lib/eventemitter2.js

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

var len = keys.length;
var valuesCount = values ? value.length : 0;
var valuesCount = values ? values.length : 0;
for (var i = 0; i < len; i++) {

@@ -105,0 +105,0 @@ key = keys[i];

{
"name": "eventemitter2",
"version": "6.4.5",
"version": "6.4.6",
"description": "A feature-rich Node.js event emitter implementation with namespaces, wildcards, TTL, async listeners and browser/worker support.",

@@ -5,0 +5,0 @@ "keywords": [

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