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

component-matches-selector

Package Overview
Dependencies
Maintainers
32
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

component-matches-selector - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

2

component.json

@@ -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": {

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