
Security Fundamentals
Turtles, Clams, and Cyber Threat Actors: Shell Usage
The Socket Threat Research Team uncovers how threat actors weaponize shell techniques across npm, PyPI, and Go ecosystems to maintain persistence and exfiltrate data.
jsonify-that-feed
Advanced tools
A simple library for turning Atom, RSS and JSON feeds into JSON Feed.
Parse Atom
, RSS
and JSON
feeds to JSON Feed 1.1
.
This module is specifically developed for Ghost Reader
# with npm: npm i jsonify-that-feed
yarn add jsonify-that-feed
import axios from 'axios';
import jsonify from 'jsonify-that-feed';
const { data } = await axios.get(url);
const feed = jsonify.toJson(data);
console.log(feed);
/*
{
"version": "https://jsonfeed.org/version/1.1",
"title": "My Example Feed",
"home_page_url": "https://example.org/",
"feed_url"?: "https://example.org/feed.json",
"items": [
{
"id": "2",
"content_text"?: "This is a second item.",
"url"?: "https://example.org/second-item"
},
{
"id": "1",
"content_html"?: "<p>Hello, world!</p>",
"url"?: "https://example.org/initial-post"
}
]
}
*/
FAQs
A simple library for turning Atom, RSS and JSON feeds into JSON Feed.
The npm package jsonify-that-feed receives a total of 5 weekly downloads. As such, jsonify-that-feed popularity was classified as not popular.
We found that jsonify-that-feed 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 Fundamentals
The Socket Threat Research Team uncovers how threat actors weaponize shell techniques across npm, PyPI, and Go ecosystems to maintain persistence and exfiltrate data.
Security News
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
Product
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.