Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.
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: TooTallNate/node-socks-proxy-agent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.2.0-beta.0
Choose a base ref
...
head repository: TooTallNate/node-socks-proxy-agent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.2.0-beta.1
Choose a head ref
  • 4 commits
  • 5 files changed
  • 3 contributors

Commits on Feb 13, 2022

  1. Bump actions/checkout from 1 to 2.4.0 (#81)

    * Bump actions/checkout from 1 to 2.4.0
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 2.4.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v1...v2.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Update test.yml
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Kiko Beats <[email protected]>
    dependabot[bot] and Kikobeats authored Feb 13, 2022
    Configuration menu
    Copy the full SHA
    5235c70 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Bump actions/setup-node from 1 to 2.5.1 (#80)

    * Bump actions/setup-node from 1 to 2.5.1
    
    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 2.5.1.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v1...v2.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Update test.yml
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Kiko Beats <[email protected]>
    dependabot[bot] and Kikobeats authored Feb 14, 2022
    Configuration menu
    Copy the full SHA
    6de602f View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Use the request's 'lookup' option when client-side lookup is required (

    …#72)
    
    Client-side lookup is used for socks4 and socks5, but not socks,
    socks4a or socks5h, which delegate lookup to the remote proxy itself.
    
    This removes the dnsCache option that was briefly added in 6.2.0-beta.0
    in favour of a more generic solution using the standard Node options,
    but includes a test that adds caching using this 'lookup' option as an
    alternative to using dnsCache.
    pimterry authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    1d327b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    deead71 View commit details
    Browse the repository at this point in the history
Loading