Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
@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 21,979 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.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.