
Product
Rust Support Now in Beta
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
@kentaylorappdev/get-pinned-repos
Advanced tools
Get the pinned repos for a github username. No token required.
getPinnedRepos_v2 is recommended. getPinnedRepos is the old version and will be removed soon.
Feel free to submit feature requests or issues on the github page.
Or send an email to kentaylorappdev@gmail.com
npm install --save @kentaylorappdev/get-pinned-repos
includes typescript support
import { getPinnedRepos_v2 } from '@kentaylorappdev/get-pinned-repos'
getPinnedRepos_v2('ktappdev')
.then(console.log)
[
{
repo: 'KTAppDev/notes-app-frontend-public',
description: 'Secret Note Now you can add or replace an image with every note! Notes and Images stored on "secretnote" can be public or private,depending on the title. Simple titles lead to highly visible notes…',
languages: 'Vue',
stars: 3
},
{
repo: 'KTAppDev/tm-nextjs',
description: 'Meet Tools Manager: Your NextJS sidekick for keeping all your favorite tools in check. Organize,access,conquer – all with a dash of NextJS magic.',
languages: 'TypeScript',
stars: 0
},
... ...
Array of objects with repo, description, languages and stars
]
import { getPinnedRepos } from '@kentaylorappdev/get-pinned-repos'
getPinnedRepos('ktappdev')
.then(console.log)
[ "KTAppDev/notes-app-frontend-public", "KTAppDev/tm-nextjs",
"KTAppDev/notes-express-api-public", "KTAppDev/Switch-Power-profile",
"KTAppDev/bad-words-thing", "KTAppDev/review-it-nextjs-v7"
]
This remains in here for anyone who started using the tool from day 1
MIT
FAQs
Get the pinned repos for a github username
We found that @kentaylorappdev/get-pinned-repos 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.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.