New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

npm-author-most-depended

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-author-most-depended

Get the most depended on npm packages per author.

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

npm-author-most-depended

Get the most depended on npm packages per author.

Usage

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

API

$ 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}`)
}

License

MIT

FAQs

Package last updated on 10 Feb 2018

Did you know?

Socket

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.

Install

Related posts