a11y-focus-scope
Advanced tools
Comparing version 1.1.0 to 1.1.1
'use strict'; | ||
// focusin polyfill for firefox | ||
require('focusin'); | ||
var tabbable = require('tabbable'); | ||
function init(element) { | ||
// lazily polyfill focusin for firefox | ||
require('focusin'); | ||
function focus() { | ||
@@ -10,0 +11,0 @@ (tabbable(element)[0] || element).focus() |
{ | ||
"name": "a11y-focus-scope", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Accessibility util for scoping focus to an element.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6762
7