
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@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
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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.