
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
npm-author-most-depended
Advanced tools
Get the most depended on npm packages per author.
List packages by an author sorted descending by direct dependent count count:
$ npx npm-author-most-depended juliangruber | head
431 : http://npm.im/levelup
408 : http://npm.im/level
386 : http://npm.im/koa-static
283 : http://npm.im/hyperquest
276 : http://npm.im/memdown
271 : http://npm.im/leveldown
252 : http://npm.im/component-emitter
246 : http://npm.im/tape-run
195 : http://npm.im/koa-compose
176 : http://npm.im/debounce
$ npm install npm-author-most-depended
const npmAuthorMostDepended = require('npm-author-most-depended')
const packages = await npmAuthorMostDepended('juliangruber')
for (const pkg of packages) {
console.log(`${String(pkg.dependents).padStart(6)} : http://npm.im/${pkg.name}`)
}
MIT
FAQs
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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.