Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
gTrend fetch GitHub trending repositories and display them into your terminal.
Using ↑ and ↓ you can select a repository and open it in your browser by pressing ENTER.
npm i gtrend -g
gtrend [options]
-h, --help Display this usage guide.
-n, --num number Number of items to display, default to 10.
-t, --timespan string Time span of repositories [ 'daily', 'weekly',
'monthly' ], default to daily.
-s, --sort string Sort repositories [ 'starsToday', 'stars', 'forks' ],
default to starstoday.
-l, --language string Specify a language, e.g. JavaScript, default to all.
-b, --browser string Specify a browser, e.g. firefox or google-chrome.
--nocache (re)Load repo from GitHub, renewing cache.
--clearcache Delete all previous cache files.
-v, --version Get the version.
Command | Description |
---|---|
gtrend -n 15 | Displays 15 daily trending repos |
gtrend -t monthly | Displays monthly trending repos |
gtrend -s forks | Displays trending repos sorted by forks |
gtrend -l JavaScript | Displays JavaScript trending repos |
gtrend -b firefox | Open repo in firefox |
So, if you want to display 20 weekly trending repos sorted by stars and want to use google-chrome:
gtrend -n 20 -t weekly -s stars -b google-chrome
The command default are:
gtrend -n 10 -t daily -s starsToday
which is equivalent to gtrend
.
cli
completion--nocache
optionFAQs
Get Github trending repositories data into your terminal
The npm package gtrend receives a total of 2 weekly downloads. As such, gtrend popularity was classified as not popular.
We found that gtrend 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.