component-matches-selector
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -5,3 +5,3 @@ { | ||
"description": "Check if an element matches a given selector", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"keywords": [ | ||
@@ -8,0 +8,0 @@ "match", |
0.1.7 / 2019-04-21 | ||
================== | ||
* using global-object to get `global.Element` so this code can be safely run inside of non-browser environments (#16, @antialias) | ||
0.1.6 / 2016-04-01 | ||
@@ -3,0 +7,0 @@ ================== |
@@ -15,3 +15,4 @@ /** | ||
var proto = Element.prototype; | ||
var Element = require('global-object').Element; | ||
var proto = Element && Element.prototype || {}; | ||
@@ -18,0 +19,0 @@ /** |
{ | ||
"name": "component-matches-selector", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "Check if an element matches a given selector", | ||
@@ -15,3 +15,4 @@ "keywords": [ | ||
"dependencies": { | ||
"component-query": "*" | ||
"component-query": "*", | ||
"global-object": "^1.0.0" | ||
}, | ||
@@ -18,0 +19,0 @@ "browser": { |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
100687
4058
2
+ Addedglobal-object@^1.0.0
+ Addedglobal-object@1.0.0(transitive)