Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kylefarris/clamscan
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.0
Choose a base ref
...
head repository: kylefarris/clamscan
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 10 commits
  • 16 files changed
  • 2 contributors

Commits on Jul 23, 2024

  1. ACTUALLY fixed OS-agnostic recursive file discovery (previous commit …

    …had the relevant lines removed during clean up). File discovery now happens entirely using Node APIs.
    kylefarris committed Jul 23, 2024
    Copy the full SHA
    3e5e64b View commit details
  2. 2.3.1

    kylefarris committed Jul 23, 2024
    Copy the full SHA
    6ef4213 View commit details

Commits on Oct 21, 2024

  1. feat: make ping method public

    hduprat-qare authored and kylefarris committed Oct 21, 2024
    Copy the full SHA
    39ea749 View commit details
  2. docs: update

    hduprat-qare authored and kylefarris committed Oct 21, 2024
    Copy the full SHA
    594fb77 View commit details
  3. Kept _ping() For Compatibility

    Re-added _ping to prevent having to move to a major version. Some users may have used/relied on this pseudo-private method and I do not want to break anyones implementations. We could deprecate it but its not really worth the effort since `_ping` is just an alias to the public `ping` method.
    
    Also updated tests and API docs to reflect the re-adding of _ping.
    kylefarris committed Oct 21, 2024
    Copy the full SHA
    82984ef View commit details
  4. Some code cleanup/linting

    kylefarris committed Oct 21, 2024
    Copy the full SHA
    a3191db View commit details
  5. Fixed a bug with scanning files recursively.

    kylefarris committed Oct 21, 2024
    Copy the full SHA
    9f51a99 View commit details
  6. Updated API docs.

    kylefarris committed Oct 21, 2024
    Copy the full SHA
    0224f23 View commit details
  7. Added Node v22 to test suite for Github Actions.

    kylefarris committed Oct 21, 2024
    Copy the full SHA
    bb9187c View commit details
  8. 2.4.0

    kylefarris committed Oct 21, 2024
    Copy the full SHA
    e35a4a8 View commit details
Loading