Skip to content

v2

Compare
Choose a tag to compare
@mhoc mhoc released this 17 May 15:53
· 5 commits to master since this release
  • Added "Unused Production Dependencies", which calls depcheck with its default options to list dependencies required in production by package.json but which don't appear to be imported in the code.

  • Added "Unused Developer Dependencies", similar to the production ones.

  • Added "Missing Dependencies", also reported by depcheck, to list the opposite; dependencies which appear to be imported in the code, but missing from package.json.

  • Various dependency updates