This repository has been archived by the owner on Mar 13, 2024. It is now read-only.
Releases: dependency-check-team/dependency-check
Releases · dependency-check-team/dependency-check
v5.0.0-7
v5.0.0-6
v5.0.0-5
v5.0.0-4
v5.0.0-3
v5.0.0-2
Improvements
- Support ESM-modules, TypeScript, JSX etc by moving to precinct as default detective. Also adds more default extensions 89cf6b9
Internal
- Replace
VError
with error causes 4a92d6a - Add much more tests de3b74a ed44b04 7d86505 03d9dc6
- Splitting of
index.js
to make code more readable and testable a824800 - Type declaration source maps 5c527f1
- Improve CLI engine detection mechanism, to better work with older versions of Node.js 8f0a129
- ...and some other misc internal updates and updates of dependencies
All changes: v5.0.0-1...v5.0.0-2
v5.0.0-1
v5.0.0-0
-
BREAKING: Remove default export, now programmatically imported as
const { check } = require('dependency-check')
f003103 -
BREAKING: Require Node 12 bd030d6
-
Fix: Fix
excludePeer
5e036f8 -
Tweak: Throw if specified detective can't load 8d9d618
-
Tweak: Better logs of errors bf32ad9
-
Dependencies: Replace
read-package-json
withread-pkg
ad4a9ce -
Docs: Update SECURITY.md c16904e
-
Docs: Add note about maintenance status b391c4d
-
Docs: Remove
--entry
from docs de9a7e4 -
Types: Generate type declarations 59468e1
-
Testing: Update linting to
@voxpelli/eslint-config
StandardJS superset f98044c -
Testing: Uses GitHub Actions to auto-run tests and checks