
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.

a straightforward streaming twitter client made for commandline, inspired by earthquake.
global installation:
# npm install -g rumble@1.0
local installation
$ npm install rumble@1.0
note: local installation means you need to cd to appropriate directory and use node rumble to run the client.
$ git clone git://github.com/damianb/rumble.git
$ cd rumble
$ npm install
to run, use node rumble
run rumble the first time with the -a flag to initiate authorization.
note: default command prefix is :, adjust directions accordingly if you change the command prefix.
note: $xx should be substituted with the line id to execute the specified command on
<message> = tweet the specified message:reply $xx <message> - :r $xx <message> - :$xx <message> = reply to the specified tweet with the specified message:retweet $xx - :rt $xx = retweet the specified tweet:favorite $xx - :fav $xx = favorite the specified tweet:unfavorite $xx - :unfav $xx = unfavorite the specified tweet:delete $xx - :del $xx = favorite the specified tweet:link $xx = get a URL to view the specified tweet at:quit - :q = quit rumbleMIT License
resize does not work due to an upstream node-ncurses problem. nothing I can do until node-ncurses handles resizing the main window properly. T_T
FAQs
node-powered ncurses streaming twitter client
We found that rumble 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.