
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
@edx/frontend-component-header-edx
Advanced tools
############################# frontend-component-header-edx #############################
|npm_version| |npm_downloads| |license|
Purpose
This is the standard edX header for use in React applications. It has four exports:
{ locale: { key: translatedString } }.. code-block::
``git clone https://github.com/openedx/frontend-component-header-edx.git``
The current version of the micro-frontend build scripts support node 18.
Using other major versions of node *may* work, but this is unsupported. For
convenience, this repository includes an .nvmrc file to help in setting the
correct node version via `nvm <https://github.com/nvm-sh/nvm>`_.
3. Install npm dependencies:
``cd frontend-component-header-edx && npm ci``
4. Start the dev server:
``npm start``
import Header, { messages } from '@edx/frontend-component-header-edx';
This component can be customized using Frontend Plugin Framework <https://github.com/openedx/frontend-plugin-framework>_.
The parts of this component that can be customized in that manner are documented here </src/plugin-slots>_.
npm installnpm install @edx/frontend-analytics @edx/frontend-platform @edx/frontend-i18n prop-types reactnpm startSince the exports from this package are used throughout many micro-frontends, it is important that updates are communicated effectively throughout the organization.
When making updates to this repo, pull requests should be shared on the #edx-fedx Slack channel for soliciting review.
The code in this repository is licensed under the AGPLv3 unless otherwise noted.
Please see LICENSE <LICENSE>_ for details.
Please do not report security issues in public. Please email security@openedx.org.
.. |npm_version| image:: https://img.shields.io/npm/v/@edx/frontend-component-header-edx.svg :target: https://www.npmjs.com/package/@edx/frontend-component-header-edx .. |npm_downloads| image:: https://img.shields.io/npm/dt/@edx/frontend-component-header-edx.svg :target: @edx/frontend-component-header-edx .. |license| image:: https://img.shields.io/npm/l/@edx/frontend-component-header-edx.svg :target: https://github.com/edx/frontend-component-header-edx/blob/master/LICENSE
FAQs
The standard header for edX
We found that @edx/frontend-component-header-edx demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.