cost-of-modules
cost-of-modules copied to clipboard
Find out which of your dependencies are slowing you down 🐢
Hi, The `npm audit` command returns the warning: ``` ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ Low │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=4.17.5 │ ├───────────────┼──────────────────────────────────────────────────────────────┤...
Part of a standard CI flow is to verify that a package size did not cross a certain threshold. Right now due to the way the results are outputted it's...
Hi @siddharthkp, thank you for good package. I think your package shouldn't be bound to command line interface and can be decomposed to API and CLI, to allow users write...
$ npm test > [email protected] test D:\Repositories\cost-of-modules > npm run build && npm run build-test && npm run ava > [email protected] build D:\Repositories\cost-of-modules > babel src -d dist src\helpers.js ->...
I don't know, how important that is to you, but I think that the sizes that are reported are sometimes smaller than the actual sizes. For example ``` > mkdir...
👋 I'm using this package together with SvelteKit. Since it uses a compiler + bundler approach, most dependencies are put in `devDependencies` because they get bundled during build and are...
As per #70 The tests are broken (the dependency counts do not correspond to the counts), seems to have been noted in https://github.com/siddharthkp/cost-of-modules/pull/49 before but not merged.
I played with this a bit and there's a way to make this package work with yarn, so if someone wants to work on it, I just want to leave...
when i run `cost-of-modules`, i only actually get the immediate children and all of them have a child count of `0` if i update the `ls` command to have `--depth=100`,...