Socket
Socket
Sign inDemoInstall

tabbable

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tabbable - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

CHANGELOG.md
# Changelog
## 1.1.1
- Fix crash when you call `tabbable(document)` (passing the `document` element).
## 1.1.0

@@ -4,0 +8,0 @@

2

index.js
module.exports = function(el, options) {
options = options || {};
var elementDocument = el.ownerDocument;
var elementDocument = el.ownerDocument || el;
var basicTabbables = [];

@@ -6,0 +6,0 @@ var orderedTabbables = [];

{
"name": "tabbable",
"version": "1.1.0",
"version": "1.1.1",
"description": "Returns an array of all tabbable DOM nodes within a containing node.",

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

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