proxy-agents

Node.js HTTP Proxy Agents Monorepo

Downloads
1.2B
Stars
826
Committers
37

Bot releases are visible (Hide)

proxy-agents - [email protected]

Published by github-actions[bot] over 1 year ago

Major Changes

  • f1f3220: Use quickjs-emscripten instead of vm2 to execute PAC file code

Patch Changes

proxy-agents - [email protected]

Published by github-actions[bot] over 1 year ago

Major Changes

  • f1f3220: Use quickjs-emscripten instead of vm2 to execute PAC file code
proxy-agents - [email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 999dd9d: Fix pac+ prefixed protocol URIs
  • Updated dependencies [999dd9d]
proxy-agents - [email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 999dd9d: Fix pac+ prefixed protocol URIs
proxy-agents - [email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 23fe1e3: Correct the header parsing logic to stop before the response content to avoid generating an exception.
proxy-agents - [email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

proxy-agents - [email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 7008a93: Update dependencies to fix ReDoS vulnerability
proxy-agents - [email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 8e92eb8: Update vm2 dependency to v3.9.19
proxy-agents - [email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

proxy-agents - [email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

proxy-agents - [email protected]

Published by github-actions[bot] over 1 year ago

Major Changes

  • b3860aa: Remove secureProxy getter

    It was not meant to be a public property. If you were using it, just use agent.proxy.protocol === 'https:' instead.

proxy-agents - [email protected]

Published by github-actions[bot] over 1 year ago

Major Changes

  • b3860aa: Remove secureProxy getter

    It was not meant to be a public property. If you were using it, just use agent.proxy.protocol === 'https:' instead.

proxy-agents - [email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 0b8a0b7: Properly reject errors during proxy CONNECT response
proxy-agents - [email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 25e0c93: Ensure that socket.remoteAddress is a string
proxy-agents - [email protected]

Published by github-actions[bot] over 1 year ago

Minor Changes

  • 8ff9faa: "headers" option can now be a function

Patch Changes

proxy-agents - [email protected]

Published by github-actions[bot] over 1 year ago

Minor Changes

  • 1069932: Added "headers" option

Patch Changes

proxy-agents - [email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 66b4c63: Allow for never relying on stack trace
proxy-agents - [email protected]

Published by github-actions[bot] over 1 year ago

Minor Changes

  • 0f31047: Add localAddress option to specify which networking interface the proxy should use to create outgoing connections
proxy-agents - [email protected]

Published by github-actions[bot] over 1 year ago

Minor Changes

  • 0bbe335: Support for getProxyForUrl option, to provide proxy address dynamically per different URLs

Patch Changes

proxy-agents - [email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • bf20b04: Add servername to tls connection options when pac-proxy-agent results in DIRECT connection