
Security News
Critical Security Vulnerability in React Server Components
React disclosed a CVSS 10.0 RCE in React Server Components and is advising users to upgrade affected packages and frameworks to patched versions now.
@mentor-medier/default-output-block
Advanced tools
@wpmedia/default-output-blockFusion News Theme default output type. Please provide a 1-2 sentence description of what the block is and what it does.
| Prop | Required | Type | Description |
|---|---|---|---|
| required prop | yes | ||
| optional prop | no | ||
| contentConfig example | Please specify which content sources are compatible |
Outline any schema information requirements necessary to know for ths block
globalContent (see below) used by Metadata component in Engine Theme SDK description?: {
basic?: string;
};
headlines?: {
basic?: string;
};
taxonomy?: {
seo_keywords?: Array<string>;
tags?: Array<{
slug?: string;
}>;
};
authors?: Array<{
bio?: string;
byline?: string;
}>;
Payload?: Array<{
description?: string;
name?: string;
}>;
metadata?: {
metadata_description?: string;
metadata_title?: string;
};
name?: string;
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.
In the site properties, you can pass in dangerouslySetJS in blocks.json. The double-quote enclosed console.log is an example of how to format the injection. You need to have single-quotes enclosed here. It's ok to use minified code. Currently template literals are not supported in json. We're also not parsing this on the front-end so no need to escape characters.
siteProperties: {
"dangerouslyInjectJS": [
"console.log('yo');'
]
}
FAQs
Fusion News Theme default output type
The npm package @mentor-medier/default-output-block receives a total of 0 weekly downloads. As such, @mentor-medier/default-output-block popularity was classified as not popular.
We found that @mentor-medier/default-output-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.

Security News
React disclosed a CVSS 10.0 RCE in React Server Components and is advising users to upgrade affected packages and frameworks to patched versions now.

Research
/Security News
We spotted a wave of auto-generated “elf-*” npm packages published every two minutes from new accounts, with simple malware variants and early takedowns underway.

Security News
TypeScript 6.0 will be the last JavaScript-based major release, as the project shifts to the TypeScript 7 native toolchain with major build speedups.