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.1 to 1.1.2

4

CHANGELOG.md
# Changelog
## 1.1.2
- Ensure `querySelectorAll` receives a string argument.
## 1.1.1

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

2

index.js

@@ -21,3 +21,3 @@ module.exports = function(el, options) {

var candidates = el.querySelectorAll(candidateSelectors);
var candidates = el.querySelectorAll(candidateSelectors.join(','));

@@ -24,0 +24,0 @@ if (options.includeContainer) {

{
"name": "tabbable",
"version": "1.1.1",
"version": "1.1.2",
"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