
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@gov.au/header
Advanced tools
Headers provide a consistent start to pages.
yarn add @gov.au/header
npm install @gov.au/header
Usage:
import AUheader, { AUheaderBrand } from './header.js';
<AUheader>
<AUheaderBrand
link="#"
brandImage="http://placehold.it/256x80"
brandImageAlt="Digital Transformation Agency"
/>
</AUheader>
All props:
<AUheader
alt={ false } {/* An alternate variation of the component, optional */}
dark={ false } {/* A dark variation of the component, optional */}
hero={ false } {/* The hero option, optional, optional */}
/>
<AUheaderBrand
title="Page title" {/* The headline content, optional */}
level="1" {/* The headline tag level, h1-h6, optional */}
subline="Subline" {/* The subline content, optional */}
brandImage="Page title" {/* The headline content, optional */}
brandImageAlt="1" {/* Brand image alt tag */}
link="/" {/* An optional link for the header brand, optional */}
linkComponent="a" {/* The component used for the link, optional */}
children {/* Anything inside */}
attributeOptions {/* Any other attribute options */}
></AUheaderBrand>
(💡 additional props are spread onto the component)
For more details have a look at the usage example.
header
└─ core
The visual test: https://auds.service.gov.au/packages/header/tests/site/
Fragment React importtext-decoration-skip property to text-decoration-skip-inkCopyright (c) Commonwealth of Australia. Licensed under MIT.
FAQs
Headers provide a consistent start to pages.
The npm package @gov.au/header receives a total of 154 weekly downloads. As such, @gov.au/header popularity was classified as not popular.
We found that @gov.au/header demonstrated a not healthy version release cadence and project activity because the last version was released 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
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.