dependency-tree-diff icon indicating copy to clipboard operation
dependency-tree-diff copied to clipboard

Added flatten diff support

Open ikarenkov opened this issue 3 years ago • 0 comments

In real project we often need to detect libraries updates without deep dive into dependency tree. I've added support of printing diff as lists of changed, added and removed libraries.

Also I've added command to transform dependencies tree to flat dependencies list.

ikarenkov avatar Mar 25 '22 07:03 ikarenkov