matches-selector
Advanced tools
Comparing version 1.1.0 to 1.2.0
'use strict'; | ||
var proto = Element.prototype; | ||
var proto = typeof Element !== 'undefined' ? Element.prototype : {}; | ||
var vendor = proto.matches | ||
@@ -5,0 +5,0 @@ || proto.matchesSelector |
{ | ||
"name": "matches-selector", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Check if a DOM element matches a given selector, with decent browser support and unit tests.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4891