Add Powershell installer
Fix #3: lockdiff can now parse package-lock.json when it contains
linked packages. (Reported by @joshbode)
Make a few items public so that this project can also be used as a library
- Also display root package when parsing
npmlock files.
Change output format to be name (version) instead of name@version (more readable)
Add support for
Gemfile.lock(ruby)pubspec.lock(dart)shard.lock(crystal)
- Add support for
go.sum - Show contents of the lock when parsing fails instead of just the error message
Publish under @your-tools npm scope
Remove unsupported targets
Add npm installer
Don't use 'v' for prefixing release tags
Start using cargo dist
Add missing metadata
Initial release