
Research
5 Malicious Chrome Extensions Enable Session Hijacking in Enterprise HR and ERP Systems
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.
@make-use-of/focus-visible
Advanced tools
Lightweight, dependency-free focus-visible polyfill for accessible focus indicators.
npm install @make-use-of/focus-visible
import '@make-use-of/focus-visible';
// Auto-initializes on import. Add CSS:
.js-focus-visible :focus:not(.focus-visible) {
outline: none;
}
.focus-visible {
outline: 2px solid #4A90E2;
outline-offset: 2px;
}
scope (optional): Document, DocumentFragment, or ShadowRoot. Defaults to document.options.className (optional): Custom class name instead of 'focus-visible'.import { applyFocusVisible } from '@make-use-of/focus-visible';
// Apply to shadow root
const shadowRoot = element.attachShadow({ mode: 'open' });
applyFocusVisible(shadowRoot);
// Use custom class name
applyFocusVisible(document, { className: 'keyboard-focus' });
Notes:
.js-focus-visible class to document root for CSS targeting.FAQs
Focus-visible library for accessible focus indicators.
We found that @make-use-of/focus-visible demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Research
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.

Research
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.

Research
/Security News
A malicious Chrome extension steals newly created MEXC API keys, exfiltrates them to Telegram, and enables full account takeover with trading and withdrawal rights.