Dependency Check Versions Save

checks which modules you have used in your code and then makes sure they are listed as dependencies in your package.json

v5.0.0-7

1 year ago
  • BREAKING: Convert module to to ESM (+ switch CLI tool to meow) 620c0c2
  • CI: Use reusable GH workflows 0a5cf5f
  • Dependencies: Use npm-run-all2 + update dependencies d6f23ad ed485b2 51867cf

https://github.com/dependency-check-team/dependency-check/compare/v5.0.0-6...v5.0.0-7

v5.0.0-6

2 years ago

v5.0.0-5

2 years ago
  • BREAKING: Drop Node 12 e88ae34
  • Update pony-cause d80eb2c
  • Remove comments from generated types 75d6aa8

https://github.com/dependency-check-team/dependency-check/compare/v5.0.0-4...v5.0.0-5

v5.0.0-4

2 years ago

v5.0.0-3

2 years ago
  • Dependencies: Use esm-based [email protected] 1738332
  • Dependencies: Update husky to 7.x 9ed0644
  • Dependencies: Bump dependency versions 2b9bf67 c2a51b0
  • Fixed: Tests on Windows 47be44b
  • Internal: Update GH Actions ef76ff2

https://github.com/dependency-check-team/dependency-check/compare/v5.0.0-2...v5.0.0-3

v5.0.0-2

2 years ago

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: https://github.com/dependency-check-team/dependency-check/compare/v5.0.0-1...v5.0.0-2

v5.0.0-1

2 years ago
  • Feature: add cli flag --json (#160) dbbcd6e
  • some internal and test related changes and tweaks. See all changes:

https://github.com/dependency-check-team/dependency-check/compare/v5.0.0-0...v5.0.0-1

v5.0.0-0

3 years ago
  • BREAKING: Remove default export, now programmatically imported as const { check } = require('dependency-check') f003103

  • BREAKING: Require Node 12 bd030d6

  • Fix: Run tests on Windows (#127) 717c1a7

  • Fix: Fix excludePeer 5e036f8

  • Tweak: Throw if specified detective can't load 8d9d618

  • Tweak: Better logs of errors bf32ad9

  • Dependencies: Replace read-package-json with read-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

https://github.com/dependency-check-team/dependency-check/compare/v4.1.0...v5.0.0-0

v4.1.0

4 years ago
  • Fix node version check to match against package. Fixes #104 c8fca5d
  • Restore --no-dev/--no-peer for explicit --missing. Fixes #105 01271e9

https://github.com/dependency-check-team/dependency-check/compare/v4.0.1...v4.1.0

v4.0.1

4 years ago
  • SEMIBREAKING: Remove --no-dev/no-peer from missing checks. Every only been officially supported in unused checks. edfde9b
  • Update URL:s to point to new GitHub organization 0174a07

All changes:

https://github.com/dependency-check-team/dependency-check/compare/v4.0.0...v4.0.1