howfat icon indicating copy to clipboard operation
howfat copied to clipboard

Shows how fat is a package

Results 14 howfat issues
Sort by recently updated
recently updated
newest added

`[email protected] (82 deps, 4.74mb, 888 files)` -> `[email protected] (82 deps, 4.74mb, 888 files, deprecated)`

When running this tool against packages hosted on private registries and mirrors, it will not work https://github.com/megahertz/howfat/blob/00269eac85c184e2e6efffdb45c8370b34332958/src/package/fetchers/NpmFetcher.js#L27 The best way is to inherit the registry from npm configuration or allow...

Bumps [tar](https://github.com/npm/node-tar) from 5.0.5 to 5.0.10. Commits df64c4d 5.0.10 82eac95 fix: prevent path escape using drive-relative paths 1739408 fix: reserve paths properly for unicode, windows d56f790 fix: prune dirCache properly...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

seems look not support proxy..

... not by name like [analyze-module-size](https://www.npmjs.com/package/analyze-module-size)

I think, this tool also help us to extract license information on dependent libraries.Please provide option to extract license information

Sometimes packages are not on npm registry: local development, monrepos, etc. It would be nice to get these ignored and not failing, maybe behind a flag: `--ignoreMissing`. Although looking at...

We are using an internal registry, that requires authentication. Since howfat does not reuse npmrc configuration for authentication and does not provide parameters for that neither, it is not possible...

It would be nice to have another field that shows the size on disk of a package in `node_modules` as there can be quite big differences: ```console $ howfat picocolors...