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

a11y-focus-scope

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

a11y-focus-scope - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

LICENSE

7

index.js
'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",

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