
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
recent-tweets
Advanced tools
A library and command line utility to get recent tweets for a given user
Main repo: https://github.com/huned/nodejs-recent-tweets
A library and command line utility to get recent tweets for a given user. Also extracts useful information: text, timestamp, permalink, and all links.
Why use it?
WARNING v0.9.0 has breaking changes from prior releases (<= 0.0.5).
# first install the module globally
$ npm install -g recent-tweets
# then use the twls command
$ twls earthquakessf | jq
[
{
"time": "2021-11-15T18:27:01.000Z",
"permalink": "https://twitter.com/earthquakesSF/status/1460313405609287682",
"textContent": "A 1.7 magnitude earthquake occurred 8.08mi ESE of Angwin, CA. Details: http://eqbot.com/sPf Map:",
"links": [
{
"href": "https://t.co/zwz71Ud5VG?amp=1",
"textContent": "http://eqbot.com/sPf"
}
]
},
{
"time": "2021-11-14T07:24:01.000Z",
"permalink": "https://twitter.com/earthquakesSF/status/1459784165889490944",
"textContent": "A 1.7 magnitude earthquake occurred 4.35mi E of Penngrove, CA. Details: http://eqbot.com/sPY Map:",
"links": [
{
"href": "https://t.co/Q7lR9coDQV?amp=1",
"textContent": "http://eqbot.com/sPY"
}
]
},
{
"time": "2021-11-13T22:45:01.000Z",
"permalink": "https://twitter.com/earthquakesSF/status/1459653555606802436",
"textContent": "A 1.8 magnitude earthquake occurred 4.97mi WSW of Mountain House, CA. Details: http://eqbot.com/sPV Map:",
"links": [
{
"href": "https://t.co/MM5tilm59a?amp=1",
"textContent": "http://eqbot.com/sPV"
}
]
},
...
]
See man twls for more.
# Install the module
npm install recent-tweets --save
# In your code
const getTweets = require('recent-tweets')
const tweets = await getTweets('earthquakessf')
MIT
FAQs
A library and command line utility to get recent tweets for a given user
The npm package recent-tweets receives a total of 2 weekly downloads. As such, recent-tweets popularity was classified as not popular.
We found that recent-tweets 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.