Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
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 dom-focus-lock demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.