matches-selector
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -5,4 +5,8 @@ { | ||
"description": "Check if an element matches a given selector", | ||
"version": "0.0.1", | ||
"keywords": ["match", "element", "selector"], | ||
"version": "0.0.2", | ||
"keywords": [ | ||
"match", | ||
"element", | ||
"selector" | ||
], | ||
"development": { | ||
@@ -9,0 +13,0 @@ "component/domify": "*" |
@@ -12,3 +12,4 @@ | ||
var vendor = proto.matchesSelector | ||
var vendor = proto.matches | ||
|| proto.matchesSelector | ||
|| proto.webkitMatchesSelector | ||
@@ -15,0 +16,0 @@ || proto.mozMatchesSelector |
{ | ||
"name": "matches-selector", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Check if an element matches a given selector.", | ||
"keywords": ["browserify", "CSS", "selector"], | ||
"keywords": [ | ||
"browserify", | ||
"CSS", | ||
"selector" | ||
], | ||
"repository": { | ||
@@ -12,2 +16,2 @@ "type": "git", | ||
"license": "MIT" | ||
} | ||
} |
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
104206
4037