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-proxy-agent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.3
Choose a base ref
...
head repository: TooTallNate/node-proxy-agent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.0.0
Choose a head ref
  • 19 commits
  • 8 files changed
  • 7 contributors

Commits on Jan 29, 2019

  1. Add TypeScript types (#34)

    Closes #28.
    jbarrus authored and TooTallNate committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    199f29f View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. Configuration menu
    Copy the full SHA
    063ad8f View commit details
    Browse the repository at this point in the history
  2. 3.1.0

    TooTallNate committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    10ff67b View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. Update https-proxy-agent to v3.0.0 (#47)

    Fixes a MitM vulnerability in the module.
    
    See: TooTallNate/proxy-agents#77
    adrukh authored and TooTallNate committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    3588645 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Configuration menu
    Copy the full SHA
    1a1abb5 View commit details
    Browse the repository at this point in the history
  2. Meh…

    TooTallNate committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    70ffd00 View commit details
    Browse the repository at this point in the history
  3. Update dependencies

    TooTallNate committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    778ea05 View commit details
    Browse the repository at this point in the history
  4. Use localhost instead of 127.0.0.1 for tests

    Fixes warning on Node 12:
    
    ```
    (node:74065) [DEP0123] DeprecationWarning: Setting the TLS
    ServerName to an IP address is not permitted by RFC 6066.
    This will be ignored in a future version.
    ```
    TooTallNate committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    cd18ccf View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Configuration menu
    Copy the full SHA
    af5434d View commit details
    Browse the repository at this point in the history
  2. 3.1.1

    TooTallNate committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    4af6f5e View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Update agent-base to v6 (#55)

    - small changes to adapt to new api
    - updated proxy dependencies that use agent-base@6
    davidpatrick0 authored Oct 7, 2020
    Configuration menu
    Copy the full SHA
    d18c6bd View commit details
    Browse the repository at this point in the history
  2. 4.0.0

    TooTallNate committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    b9fcf37 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. README.md: Mention proxy-from-env support (#56)

    This makes using this library correctly & robustly far easier.
    nhooyr authored Dec 18, 2020
    Configuration menu
    Copy the full SHA
    f4d6ff6 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Configuration menu
    Copy the full SHA
    9963359 View commit details
    Browse the repository at this point in the history
  2. Fix type definitions to account for transparent proxy discovery (#57)

    ProxyAgent constructor can be invoked without a parameter.
    In that case, the proxy uri is retrieved from environment variables.
    
    Relevant:
    - https://github.com/TooTallNate/node-proxy-agent/blob/master/test/test.js#L166-L214
    - #56
    nulltoken authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    8e6305a View commit details
    Browse the repository at this point in the history
  3. 4.0.1

    TooTallNate committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    13b1544 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Drop Node v6 support

    TooTallNate committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    dabbfb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31be875 View commit details
    Browse the repository at this point in the history
  3. 5.0.0

    TooTallNate committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    3f45710 View commit details
    Browse the repository at this point in the history
Loading