
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@contentful/f36-text-link
Advanced tools
TextLink
communicates actions and links to URLs.
import { TextLink } from '@contentful/f36-components';
// or
import { TextLink } from '@contentful/f36-text-link';
<a>
By default, TextLink
renders <a>
HTML tag and should be used as an usual link attribute.
Note that if you use TextLink
for linking to third party content and use target="_blank"
property, it is recommended to set rel="noreferrer noopener"
.
<button>
TextLink
can also be rendered as button
HTML tag. You can use TextLink
this way only when the action have lower priority compared to actions that are accessible via a Button
.
There are a number of variations of TextLink
styles, here is a guide for when to use them:
TextLink
action-oriented, use a verb. For example, "Add field", not "New field"TextLink
is used to navigate to a new page, clearly communicate what the user will see when they click on the link. For example, “View teams documentation” vs “Learn about teams”. Avoid generic descriptions like "Click here" or "Go to".TextLink
is used in a regular text and it's at the end of a sentence, don’t add a period inside TextLink
content. Place it after component.TextLink
is used as an action-oriented element, don’t add period at all, neither in component content nor after.TextLink
for linking to third party content and use target="_blank"
property, it is recommended to set rel="noreferrer noopener"
. More details about external links securityFAQs
Forma 36: TextLink component
The npm package @contentful/f36-text-link receives a total of 18,423 weekly downloads. As such, @contentful/f36-text-link popularity was classified as popular.
We found that @contentful/f36-text-link demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.