Socket
Socket
Sign inDemoInstall

yaeti

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

4

lib/EventTarget.js
function yaetiEventTarget()
{
// Do nothing if called for a native EventTarget object.
if (typeof this.addEventListener === 'function')
return;
this._listeners = {};

@@ -8,0 +4,0 @@ }

2

package.json
{
"name": "yaeti",
"version": "1.0.0",
"version": "1.0.1",
"description": "Yet Another EventTarget Implementation",

@@ -5,0 +5,0 @@ "author": "Iñaki Baz Castillo <ibc@aliax.net>",

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