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: jeffbski/wait-on
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a10322f
Choose a base ref
...
head repository: jeffbski/wait-on
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0b193cf
Choose a head ref
  • 3 commits
  • 7 files changed
  • 1 contributor

Commits on Aug 20, 2024

  1. update [email protected] and other minor

    [email protected] update with a security fix, now requires the URL when using a socket to include the protocol and server name.
    
    For example:
    
    http://unix:SOCKETPATH:http://server/foo/bar
    
    instead of
    
    http://unix:SOCKETPATH:/foo/bar
    
    Due to this change, I have updated my tests, docs, and will bump the major version
    jeffbski committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    672fd83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e039e25 View commit details
    Browse the repository at this point in the history
  3. 8.0.0

    jeffbski committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    0b193cf View commit details
    Browse the repository at this point in the history
Loading