diff-packages

1.2.1 • Public • Published

diff-packages

Build Status

Shows a diff of dependencies between N packages.json

Useful when migrating to yarn workspaces

Install

npm i -g diff-packages (Or use npx)

Usage

# Use packages
diff-packages /foo/bar/package.json /path/to/comparing/node_modules

# Specify devDependencies in packages
diff-packages --dev package.json /other/package.json

# Want to see both ?
diff-packages --both package.json /other/package.json

# Want to fail on pour CI?
CI=true diff-packages --both package.json /other/package.json

Dependencies (0)

    Dev Dependencies (6)

    Package Sidebar

    Install

    npm i diff-packages

    Weekly Downloads

    22

    Version

    1.2.1

    License

    MIT

    Unpacked Size

    5.54 kB

    Total Files

    5

    Last publish

    Collaborators

    • mbitard