wtfwith v3.0.1
WTF WITH
wtfwith is a module we were all waiting for!
It checks your node_modules for repeated dependencies with different versions.
Installation
Not required, use npx. Or run npm i -g wtfwith if you really want.
Usage
1) Change to your project directory: cd /your/project/dir;
2) Check that you have node_modules there (or run npm i);
3) Run npx wtfwith moduleName or npx wtfwith everything!
4) Enjoy!
More options
You can use any module name, or my favorite command:
npx wtfwith everything!Use
npm pruneto check production-only deps.Use
--min xoption to check for more thenxduplicates of dependencies.
Live example

Changelog
3.0.0Analyzenode_modulesinstead of lock file. Much simpler, much better.2.0.2some fixes to show more deps2.0.1some fixes for broken semver and hardcore package locks2.0.0support for new npm lock format with loose deps1.1.1,1.1.2: some more tests and decomposition1.1.0: added support fornpm-shrinkwrap.json1.0.20: many small fixes
1 year ago
5 years ago
5 years ago
5 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago