3.0.1 • Published 1 year ago

wtfwith v3.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
1 year ago

WTF WITH

npm license Build Status dependencies Status devDependencies Status Coverage Status Known Vulnerabilities

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 prune to check production-only deps.

  • Use --min x option to check for more then x duplicates of dependencies.

Live example

live

Changelog

  • 3.0.0 Analyze node_modules instead of lock file. Much simpler, much better.
  • 2.0.2 some fixes to show more deps
  • 2.0.1 some fixes for broken semver and hardcore package locks
  • 2.0.0 support for new npm lock format with loose deps
  • 1.1.1, 1.1.2: some more tests and decomposition
  • 1.1.0: added support for npm-shrinkwrap.json
  • 1.0.20: many small fixes
3.0.1

1 year ago

3.0.0

5 years ago

2.0.3

5 years ago

2.0.4

5 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.19

7 years ago

1.0.18

7 years ago

1.0.17

7 years ago

1.0.16

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago