Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Releases: dependency-check-team/dependency-check

v4.0.0

28 Jul 13:52
Compare
Choose a tag to compare

News

Breaking

  • BREAKING: Remove --entry, instead add entries directly 8657129

  • BREAKING: Drop callback parameter from main export (doesn't affect the CLI interface) 80866f8

  • BREAKING: Remove --extra alias, use --unused instead 53d2c3d

  • BREAKING: By default, run all checks, both missing and unused 5e4f11b

  • BREAKING: Require Node >=10 fb09c07

  • SEMIBREAKING: Make --quiet the standard, add --verbose for previous verbose logging behavior d886e2b

  • SEMIBREAKING: Update to latest globby release 2c91ae0

Improvements

  • Move to require('module').builtinModules 55d282e
  • Add resolving of package.json directly from files da6c139

Fixes

  • Internal: Make parse() + path resolving async 8eaba08

Dependency updates

Full list of changes

v3.4.1...v4.0.0

Entry Path Globs

15 Jul 07:00
Compare
Choose a tag to compare

Added

  • Resolve entry paths with glob support

Fallback `.js` Detective

15 Jun 15:29
Compare
Choose a tag to compare

Fixed

  • Fallback on .js when no detective is found for extension

Changed

  • Use async resolve() function

Detection Extension Map

15 Jun 14:25
Compare
Choose a tag to compare

Added

  • Enable the ability to support multiple detectives via different extensions