
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
@arc-core-components/content-source_story-feed_sections-v4
Advanced tools
Returns a feed of stories from one or more sections. Offers ability to exclude sections.
This is the Arc Core Component representing a content source that hooks into the Content API portion of the Arc Suite and returns a feed of stories from one or multiple sections.
The most important part is the pattern. This defines the endpoint that PageBuilder Fusion uses to look up content.
This Core Component takes advantage of PageBuilder Fusion's ability to use CONTENT_BASE to define the credentials for a Content API, ensuring that no private secrets are exposed.
/content/v4/search/published?body=${encodedBody}&website=${website}&size=${feedSize}&from=${feedOffset}&sort=display_date:desc
This content source takes four parameters:
"/news","/politics" will return a feed from the news and politics
sections."/entertainment/movies" would ensure that stories with the
section "/entertainment/movies" are not returned in the feed.This Core Component must be used within a Fusion project.
npm install @arc-core-components/content-source_story-feed_sections-v4/content/sources folder. For this content source, the suggested name is
story-feed-sections-v4.jsstory-feed-sections-v4.js:import source from "@arc-core-components/content-source_story-feed_sections-v4";
export default source;
This will return a feed of stories in one or multiple sections.
This content source can be used with the ans-feed schema. This schema is
defined as a Core Component here.
FAQs
Returns a feed of stories from one or more sections. Offers ability to exclude sections.
The npm package @arc-core-components/content-source_story-feed_sections-v4 receives a total of 38 weekly downloads. As such, @arc-core-components/content-source_story-feed_sections-v4 popularity was classified as not popular.
We found that @arc-core-components/content-source_story-feed_sections-v4 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 11 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
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.