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

js-trap-tab

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-trap-tab - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json

@@ -6,3 +6,3 @@ {

"description": "Accessible Keyboard Traps",
"version": "1.0.2",
"version": "1.0.3",
"homepage": "https://github.com/vmitsaras/js-trap-tab",

@@ -9,0 +9,0 @@ "license": "MIT",

@@ -114,3 +114,3 @@ /* global jQuery:true */

TrapTabKey.prototype.defaults = {
focusableElementsString : "['data-focus'], a[href], area[href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), iframe, object, embed, *[tabindex], *[contenteditable]"
focusableElementsString : "a[href], area[href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), iframe, object, embed, *[tabindex], *[contenteditable]"
};

@@ -117,0 +117,0 @@

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