
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.
@tdcerhverv/link
Advanced tools
A link have four basic states which differ in color. This is to indicate the current state of the link.
Default, Hover and Active on un-visited links are using the blue primary colors from the CVI palette, while visited links (default, active, hover) is using the build-in browser default.
It is preferable to have a tooltip that shows when hovering a link. The tooltip should give the user an understanding of, what will happen when clicking the link.
Import like this:
import { MaterialLink } from '@tdcerhverv/link';
Use like this:
<MaterialLink {...props}>{children}</MaterialLink>
interface ILink {
children?: ReactNode;
title?: string; // adds content to the Tooltip
className?: string;
// and any other Material-UI link props
}
See the rest of the props in material-ui docs
link, a, anchor, href, material-link
FAQs
Link component
We found that @tdcerhverv/link demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 29 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.