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

metal-events

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metal-events - npm Package Compare versions

Comparing version 2.5.2 to 2.5.3

8

lib/EventEmitter.js

@@ -53,10 +53,2 @@ 'use strict';

/**
* The maximum number of listeners allowed for each event type. If the number
* becomes higher than the max, a warning will be issued.
* @type {number}
* @protected
*/
_this.maxListeners_ = 10;
/**
* Configuration option which determines if an event facade should be sent

@@ -63,0 +55,0 @@ * as a param of listeners when emitting events. If set to true, the facade

2

package.json
{
"name": "metal-events",
"version": "2.5.2",
"version": "2.5.3",
"description": "Classes responsible for emitting and listening to events",

@@ -5,0 +5,0 @@ "license": "BSD",

@@ -31,10 +31,2 @@ 'use strict';

/**
* The maximum number of listeners allowed for each event type. If the number
* becomes higher than the max, a warning will be issued.
* @type {number}
* @protected
*/
this.maxListeners_ = 10;
/**
* Configuration option which determines if an event facade should be sent

@@ -41,0 +33,0 @@ * as a param of listeners when emitting events. If set to true, the facade

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