All notable changes to this project will be documented in this file.
- Fix: No longer compatible with latest version of @npmcli/arborist (#25)
- Fix: Avoid truncated logs by using spawnSync to inherit stdio streams (#16)
- Bugfix: package.json - EOF newline removed (#15)
- Enhancement: Added optional parameter
--no-fix
to skip an automatic fix after an audit (#13)
- Enhancement: Restore original package json on abort (#9)
- Bugfix: Don't add empty dependencies/devDependencies fields in package.json (#8)
- Bugfix: Use local lerna (#5)
- Bugfix: Fixed version are overridden after package.json is restored (#4)
- Bugfix: Add --all flag to include private packages (#1)
- Enhancement: Backup original file instead of overwrite (#2)
- Initial Release