Socket
Socket
Sign inDemoInstall

dom-delegate

Package Overview
Dependencies
0
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.6

2

lib/delegate.js

@@ -406,3 +406,3 @@ /*jshint browser:true, node:true*/

Delegate.prototype.matchesTag = function(tagName, element) {
return tagName === element.tagName;
return tagName.toLowerCase() === element.tagName.toLowerCase();
};

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

{
"name": "dom-delegate",
"version": "1.0.5",
"version": "1.0.6",
"author": "FT Labs <enquiries@labs.ft.com> (http://labs.ft.com/)",

@@ -5,0 +5,0 @@ "description": "Create and manage a DOM event delegator.",

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