
Research
/Security News
Shai Hulud Strikes Again (v2)
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.
@fabric-ds/dom-focus-lock
Advanced tools
It is a trap! We got your focus and will not let him out!
This is a small, but very useful for:
You have to use it in every modal dialog, or you accessibility will be shitty.
Just include script
<script src="http://unpkg.com/dom-focus-lock"></script>
Or require it from JS
import focusLock from 'dom-focus-lock'
Then, activate the lock on desired node
focusLock.on(domNode);
//.....
focusLock.off(domNode);
From MDN Article about accessible dialogs:
This one is about managing the focus.
I'v got a good article about focus management, dialogs and WAI-ARIA.
You can use nested Locks or have more than one Lock on the page.
Only last, or deepest one will work. No fighting.
FocusLock has only 3 props, 2 of them you will never use (I hope):
disabled, to disable(enable) behavior without altering the tree.Everything is simple - dom-focus-lock just dont left focus left boundaries of component, and do something only if escape attempt was succeeded.
It is not altering tabbing behavior at all. We are good citizens.
Try react-focus-lock or vue-focus-lock
MIT
FAQs
It is a trap! (for a focus)
We found that @fabric-ds/dom-focus-lock demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.