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

matches-selector

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

matches-selector - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

2

index.js
'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": [

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