Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
@arc-core-components/content-source_story-feed_author-v4
Advanced tools
Content source that returns a feed of stories by a particular author.
This 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 by a particular author.
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?q=canonical_website:${website}+AND+credits.by.slug:${authorSlug}&size=${feedSize}&from=${feedOffset}&sort=display_date:desc&website=${website}
This content source takes three parameters:
This Core Component must be used within a Fusion project.
npm install @arc-core-components/content-source_story-feed_author-v4
/content/sources
folder. For this content source, the suggested name is
story-feed-author-v4.js
story-feed-author.js
:import source from "@arc-core-components/content-source_story-feed_author-v4";
export default source;
This will return feed of stories by a single author.
This content source can be used with the ans-feed
schema. This schema is
defined as a Core Component here.
FAQs
Content source that returns a feed of stories by a particular author.
The npm package @arc-core-components/content-source_story-feed_author-v4 receives a total of 135 weekly downloads. As such, @arc-core-components/content-source_story-feed_author-v4 popularity was classified as not popular.
We found that @arc-core-components/content-source_story-feed_author-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
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.