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

can-dom-events

Package Overview
Dependencies
Maintainers
7
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-dom-events - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

4

helpers/-make-delegate-event-tree.js

@@ -26,3 +26,5 @@ var KeyTree = require('can-key-tree');

var el = cur === document ? document.documentElement : cur;
if (el.matches(selector)) {
var matches = el.matches || el.msMatchesSelector;
if (matches.call(el, selector)) {
handlers.forEach(function(handler){

@@ -29,0 +31,0 @@ handler.call(el, ev);

{
"name": "can-dom-events",
"description": "Listen for native and custom DOM events",
"version": "1.1.2",
"version": "1.1.3",
"author": {

@@ -6,0 +6,0 @@ "name": "Chris Andrejewski",

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