Skip to content

v3.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Sep 20:23
· 51 commits to main since this release
b431026

Added

  • Add support for updating the packageManager tag
  • Add HTTP caching for some requests to the npm registry, improving performance (#135)
  • Attempt to batch registries scan without network requests before falling back to the original behavior, speeding up the first scan (#136)
    • Many thanks to @SCjona for the whole 3.1.0 and the two issues of this release!

Fixed

  • Remove a useless call to the local npm command when checking for deprecations, slightly speeding up the scan (#136)