You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we use the --parseable output of npm outdated which requires a bit of work from bumpall to collect all the different data points from the provided string - see Package::new()
The --json output would remove most of the parsing (we can offload this to serde), leaving just the logic
Currently we use the
--parseable
output ofnpm outdated
which requires a bit of work from bumpall to collect all the different data points from the provided string - see Package::new()The
--json
output would remove most of the parsing (we can offload this to serde), leaving just the logicExample outputs
Parseable
JSON
The text was updated successfully, but these errors were encountered: