
Research
/Security News
npm Author Qix Compromised via Phishing Email in Major Supply Chain Attack
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.
@dmn-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 @dmn-arc-core-components/content-source_story-feed_sections-v4
/content/sources
folder. For this content source, the suggested name is
story-feed-sections-v4.js
story-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.
We found that @dmn-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 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.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.