Skip to content

Releases: jonchurch/lodash-stats

1.2.1

Choose a tag to compare

@jonchurch jonchurch released this 08 Apr 19:55
cae2ff1
  • docs; update the committed LODASH_STATS.md md 119a86f
  • fix: remove 13 unpublished packages from package list 346d60c

v1.2.0...v1.2.1

1.2.0

Choose a tag to compare

@jonchurch jonchurch released this 08 Apr 19:29
717e65d

refactor: clean up CLI flags and add --no-cache (1b142ae)

Dropped some flags that were redundant with the subcommands. This would be breaking if v1 had been older than several minutes lol

Removed:

  • --total flag (use lodash-stats total instead)
  • --graph flag (use lodash-stats graph instead)
  • --top / -t flag (use lodash-stats top N instead)

Added:

  • --no-cache flag to bypass the 1-hour cache and fetch fresh data from npm
  • Category list in --help output (Array, Collection, Date, Function, Lang, Math, Number, Object, String, Util)

Fixed:

  • README examples now show live API numbers instead of stale download-counts data

v1.1.0...v1.2.0

1.1.0

Choose a tag to compare

@jonchurch jonchurch released this 08 Apr 19:17
f29e8b2
  • feat: order total command output as descending a9038d3
lodash-stats total --silly
Lodash total downloads (all 453 packages):
  1.5K/second
  88.0K/minute
  5.3M/hour
  126.7M/day
  887.2M/week
  3.8B/month

v1.0.1...v1.1.0

v1.0.1

Choose a tag to compare

@jonchurch jonchurch released this 08 Apr 19:04
1700041
  • docs: update the readme and help output to use bin 6553216

v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@jonchurch jonchurch released this 08 Apr 18:57
2dfbed7

lodash-stats v1.0.0

A CLI for querying lodash ecosystem download stats across 450+ packages.

Features

  • Live data — fetches directly from the npm downloads API, cached for 1 hour
  • Subcommandstop, total, graph, search, category, list, markdown
  • Flags--json, --sort, --silly, -t, -c, -s

Install

npm install -g lodash-stats

Usage

lodash-stats top 5
lodash-stats total --silly
lodash-stats graph
lodash-stats search debounce
lodash-stats category Function
lodash-stats md > LODASH_STATS.md

Example output

Top 5 lodash packages

    1. lodash                         555.7M/month (129.7M/wk)
    2. lodash.merge                   346.2M/month (80.8M/wk)
    3. lodash.isplainobject           215.3M/month (50.2M/wk)
    4. lodash.debounce                163.9M/month (38.2M/wk)
    5. lodash.once                    158.4M/month (37.0M/wk)