Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
@mentor-medier/author-bio-block
Advanced tools
@wpmedia/author-bio-block
Author Short Biography block for Fusion News Theme
Prop | Required | Type | Description |
---|---|---|---|
required prop | yes | ||
optional prop | no | ||
contentConfig example | Please specify which content sources are compatible |
The Author Bio Block expects the credits
section from Composer's ANS schema, which is laid out as
credits: {
by: [{
name: ...
url: ...
...
}]
}
If there is no description provided by the schema, then no author bio will be displayed - this means that they are not a staff writer. If there is no credits or global content provided, no section tag at all will be rendered.
credits.by
via globalContent
credits.by[x]
credits.by[x].description
optionalcredits.by[x].additional_properties.original
optional{
credits: {
by: [
{
social_links: [
{
site: 'linkedin',
url: 'https://linkedin.com/in/jack'
}
],
description: 'They are a journalist',
additional_properties: {
original: {
bio: 'I enjoy long walks on the beach and writing journalism'
}
}
}
]
}
}
Blocks can emit events. The following is a list of events that are emitted by this block.
Event Name | Description |
---|---|
eventName | Describe the event |
Include block specific instructions for event listening.
OR
This block does not emit any events.
This is optional. Please add an additional context that would be important to know in order to use this block.
FAQs
Fusion News Theme byline block
We found that @mentor-medier/author-bio-block demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.