Socket
Socket
Sign inDemoInstall

author-stats

Package Overview
Dependencies
80
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    author-stats

Fetch the daily/weekly/monthly download stats for your NPM packages


Version published
Weekly downloads
4
Maintainers
1
Install size
8.21 MB
Created
Weekly downloads
 

Readme

Source

authorStats

Fetch the daily/weekly/monthly download stats for all your NPM packages/modules and print to a pretty unicode table.

Installation

# npm install author-stats -g

Usage

# authorStats <npm username>

Where <npm username> is the username on the NPM website. My profile is: https://www.npmjs.com/~mrvautin and username is mrvautin.

A nice command line table with the daily, weekly and monthly download numbers of all your packages will be output to your terminal.

Options

-s (sort)

The -s or --sort flag and column name will sort the table.

authorStats <npm username> -s name

Possible values: name, day, week, month, dependants

-o (order)

The -o or --order flag and direction will sort the table in the desired order.

authorStats <npm username> -o asc

Possible values: asc, desc

authorStats

Keywords

FAQs

Last updated on 09 Apr 2018

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc