
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
A minimal RSS/Atom feed reader, based on code & a blog post by Dr Drang.
Elevator pitch:
After installing Node, install Reading using npm in the usual way:
npm install -g Reading
cd into a folder with the OPML file with your blog subscriptions (my current one's attached as an example), and in the simplest case type:
reading
and that's it. A web page called index.html along with a layout.css file are generated in the folder. Additional options are listed below.
| Flag | Means |
|---|---|
| -h, --help | output usage information |
| -V, --version | output the version number |
| -i, --in | path of the OPML input file (default is subs.opml) |
| -o, --out | path of the HTML output file (default is index.html) |
So far this is just the start of a Node port of the Python code in the Dr Drang article. I'm curious where this could go though, and have some ideas I'd like to explore. There are already several Node feed parsers, and they're next on my reading list.
Lately I've been using Reeder (Reeder 3 as it now is) on my iPhone, but without an aggregation service, so without the benefit of syncing to my Mac. Other than that my blog reader history is pretty similar to the one described in the original article, and to a million others' experiences I suppose too.
I'm not convinced whether this script with its simple one day's worth of feed, with no marking things read or starring them for later is a better or worse solution, but I'll see.
Happy reading!
FAQs
A minimal RSS/Atom feed reader
The npm package reading receives a total of 8 weekly downloads. As such, reading popularity was classified as not popular.
We found that reading 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.