Socket
Socket
Sign inDemoInstall

a11y-focus-scope

Package Overview
Dependencies
2
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

3

index.js
'use strict';
var tabbable = require('tabbable');
var focusin = require('focusin');

@@ -8,3 +9,3 @@ function init(element) {

// lazily polyfill focusin for firefox
require('focusin');
focusin.polyfill();

@@ -11,0 +12,0 @@ function focus() {

{
"name": "a11y-focus-scope",
"version": "1.1.1",
"version": "1.1.2",
"description": "Accessibility util for scoping focus to an element.",

@@ -21,3 +21,3 @@ "main": "index.js",

"dependencies": {
"focusin": "^1.0.0",
"focusin": "^2.0.0",
"tabbable": "^1.0.0"

@@ -24,0 +24,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc