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

makeup-focusables

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

makeup-focusables - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4

4

dist/mjs/index.js

@@ -15,3 +15,3 @@ const focusableElList = [

const focusableElSelector = focusableElList.join();
function src_default(el, keyboardOnly = false, callback) {
function index_default(el, keyboardOnly = false, callback) {
if (callback) {

@@ -40,3 +40,3 @@ const request = requestAnimationFrame(() => {

export {
src_default as default
index_default as default
};
{
"name": "makeup-focusables",
"description": "Returns an array of all focusable descendants of the given element",
"version": "0.4.3",
"version": "0.4.4",
"main": "./dist/cjs/index.js",

@@ -37,3 +37,3 @@ "module": "./dist/mjs/index.js",

],
"gitHead": "d5eb699503d9b7f3eb9ff04379de5a38aa63096a"
"gitHead": "72b3adbcb4d841dbd4ad8e722637b3d7de3ab7f0"
}
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