Latest Threat Research:Malicious dYdX Packages Published to npm and PyPI After Maintainer Compromise.Details
Socket
Book a DemoInstallSign in
Socket

npm-author-most-downloaded

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-downloaded

Get the most downloaded npm packages per author.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

npm-author-most-downloaded

Get the most downloaded npm packages per author.

Usage

List packages by an author sorted descending by daily download count:

$ npx npm-author-most-downloaded juliangruber | head
 1026857 : http://npm.im/isarray
  601308 : http://npm.im/balanced-match
  548211 : http://npm.im/brace-expansion
  329360 : http://npm.im/component-emitter
  269907 : http://npm.im/merge-descriptors
  170671 : http://npm.im/constants-browserify
  134105 : http://npm.im/multipipe
  121082 : http://npm.im/component-bind
  109674 : http://npm.im/throttleit
   73830 : http://npm.im/array-filter

API

$ npm install npm-author-most-downloaded
const npmAuthorMostDownloaded = require('npm-author-most-downloaded')

const packages = await npmAuthorMostDownloaded('juliangruber')
for (const pkg of packages) {
  console.log(`${String(pkg.downloads).padStart(8)} : 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