🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

focusable

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

focusable - npm Package Compare versions

Comparing version
2.0.0
to
2.1.0
+1
-1
index.js

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

module.exports = 'a[href], area[href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), iframe, object, embed, [tabindex="0"], [contenteditable]'
module.exports = 'a[href], area[href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), iframe, object, embed, [tabindex="0"], [contenteditable], audio[controls], video[controls]'
{
"name": "focusable",
"version": "2.0.0",
"version": "2.1.0",
"description": "Returns a string of focusable HTML elements",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet