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: briandowns/spinner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.23.0
Choose a base ref
...
head repository: briandowns/spinner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.23.1
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on May 30, 2023

  1. fix: CVE-2022-29526 (#152)

    testwill authored May 30, 2023
    Configuration menu
    Copy the full SHA
    12e6c29 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Consolidate the dependencies for the IsTerminal() API (#156)

    * Consolidate the dependencies for the IsTerminal() API
    
    The code was already using golang.org/x/term for the IsTerminal() API.
    It seems better to stick to packages from the golang.org domain, because
    they are likely to be more widely used than github.com/mattn/go-isatty,
    and one less dependency is always a good thing.
    
    This can reduce the number of dependencies for consumers of
    github.com/briandowns/spinner, who may already have golang.org/x/term in
    their dependency chain.
    debarshiray authored Jan 21, 2024
    Configuration menu
    Copy the full SHA
    8f269dd View commit details
    Browse the repository at this point in the history
Loading