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: SocketDev/socket-python-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.9
Choose a base ref
...
head repository: SocketDev/socket-python-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.10
Choose a head ref
  • 1 commit
  • 9 files changed
  • 1 contributor

Commits on Jun 12, 2026

  1. Add --include-dirs flag to scan normally-excluded directories (#235)

    Adds the ability to opt directories that the CLI excludes from manifest
    discovery by default (build, dist, node_modules, .venv, etc.) back into
    the scan, for projects that keep manifest files under those names.
    
    - New --include-dirs flag (comma-separated directory names) re-includes
      any of the default-excluded names in manifest discovery.
    - --include-module-folders now functions as documented (re-includes the
      JS/TS module folders as a group); it was previously a no-op.
    
    Bumps version to 2.4.10 with changelog and CLI reference updates.
    
    Signed-off-by: lelia <2418071+lelia@users.noreply.github.com>
    lelia authored Jun 12, 2026
    Configuration menu
    Copy the full SHA
    f3d71a4 View commit details
    Browse the repository at this point in the history
Loading