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 1.0.0-rc.2 to 1.0.0-rc.4

2

lib/EventEmitterProxy.js

@@ -190,3 +190,3 @@ 'use strict';

events.forEach(function (event) {
return _this2.tryToAddListener_(event);
return _this2.proxyEvent(event);
});

@@ -193,0 +193,0 @@ }

{
"name": "metal-events",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.4",
"description": "Classes responsible for emitting and listening to events",

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

@@ -148,3 +148,3 @@ 'use strict';

this.originEmitter_ = originEmitter;
events.forEach(event => this.tryToAddListener_(event));
events.forEach(event => this.proxyEvent(event));
}

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