
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.
@consentry/ui
Advanced tools
Composable UI components for the Consentry consent manager. Built with Emotion and designed for use with @consentry/core or @consentry/next.
Headless and fully customizable React components for the Consentry consent manager. Includes modals, banners, toggles, and more — built for flexibility and themeability.
@consentry/ui is the official component library for @consentry/core and @consentry/next. It provides:
npm install @consentry/ui @consentry/core @consentry/next
ConsentManagerProvider (from @consentry/next)"use client";
import { ConsentManagerProvider } from "@consentry/next";
import ConsentManager from "@consentry/ui";
import consentConfig from "./consent.config";
export default function RootLayout({ children }) {
return (
<ConsentManagerProvider config={consentConfig}>
<ConsentManager mode="modal" dark={false} />
{children}
</ConsentManagerProvider>
);
}
ConsentManager ComponentThe main UI component. Renders:
| Prop | Type | Default | Description |
|---|---|---|---|
mode | "modal" | "top" | "bottom" | — | Defines banner layout |
dark | boolean | false | Enables dark mode styling |
hideSettingsButton | boolean | false | Hides the floating button |
categories | CookieCategory[] | predefined | Override default cookie categories |
labels | object | predefined | Customize banner and modal text |
classNames | object | — | Customize class names per section |
To open the settings modal programmatically (e.g., from a Privacy page):
import { openConsentSettings } from "@consentry/ui";
<button onClick={() => openConsentSettings()}>Open Cookie Settings</button>;
You can customize:
labels.banner, labels.modal)classNames.container, classNames.title, etc.)dark, mode, hideSettingsButton)MIT — Copyright © 2025
Mustafa ONAL
github.com/consentryio
FAQs
Composable UI components for the Consentry consent manager. Built with Emotion and designed for use with @consentry/core or @consentry/next.
The npm package @consentry/ui receives a total of 7 weekly downloads. As such, @consentry/ui popularity was classified as not popular.
We found that @consentry/ui 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.