Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@akolosovich/rss-parser
Advanced tools
Lightweight and fast rss-parser with minimal dependencies.
const { rssParser } = require('@akolosovich/rss-parser');
// import { rssParser } from '@akolosovich/rss-parser';
const data = rssParser.parseString(...);
console.log(data);
Why to write my own parser instead of using existing one?
Firstly, I didn't find any parsers which return the same data format no matter which RSS feed I submit.
Secondly, since no one is following proper specification in their RSS feeds, I wanted to be able to parse any "incorrect" feeds (eg, Enclosure according to spec is only one per item, however many feeds add more than one).
Thirdly, I wanted to create private RSS server as a replacement for public one (eg feedly), and for this purpose I wanted to have better understanding of RSS data structure.
FAQs
Lightweight and fast rss-parser with minimal dependencies.
The npm package @akolosovich/rss-parser receives a total of 1 weekly downloads. As such, @akolosovich/rss-parser popularity was classified as not popular.
We found that @akolosovich/rss-parser 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 News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.