Socket
Socket
Sign inDemoInstall

focusable-selectors

Package Overview
Dependencies
0
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.1 to 0.8.2

4

index.js

@@ -1,3 +0,1 @@

'use strict'
const not = {

@@ -9,3 +7,3 @@ inert: ':not([inert]):not([inert] *)',

module.exports = [
export default [
`a[href]${not.inert}${not.negTabIndex}`,

@@ -12,0 +10,0 @@ `area[href]${not.inert}${not.negTabIndex}`,

{
"name": "focusable-selectors",
"type": "module",
"version": "0.8.1",
"version": "0.8.2",
"description": "A list of CSS selectors for focusable elements",

@@ -11,4 +11,4 @@ "main": "./index.js",

".": {
"import": "./index.mjs",
"require": "./index.js",
"import": "./index.js",
"require": "./index.cjs",
"types": "./index.d.ts"

@@ -15,0 +15,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc