proxy-agents

Node.js HTTP Proxy Agents Monorepo

Downloads
1.2B
Stars
826
Committers
37

Bot releases are visible (Hide)

proxy-agents - [email protected] Latest Release

Published by github-actions[bot] 7 months ago

Patch Changes

  • ada656d: Pass socket_options to SocksClient
  • Updated dependencies [e62863c]
proxy-agents - [email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

  • e62863c: Synchronously update internal sockets length so http.Agent pooling is used
proxy-agents - [email protected]

Published by github-actions[bot] 8 months ago

Patch Changes

  • b88ab46: Import url instead of node:url 🤷‍♂️
proxy-agents - [email protected]

Published by github-actions[bot] 8 months ago

Patch Changes

  • b88ab46: Import url instead of node:url 🤷‍♂️
proxy-agents - [email protected]

Published by github-actions[bot] 8 months ago

Patch Changes

proxy-agents - [email protected]

Published by github-actions[bot] 8 months ago

Minor Changes

  • e7e0e56: Allow getProxyForUrl() option to return a Promise

Patch Changes

proxy-agents - [email protected]

Published by github-actions[bot] 8 months ago

Patch Changes

proxy-agents - [email protected]

Published by github-actions[bot] 8 months ago

Patch Changes

  • c3c405e: Add missing URL type import
proxy-agents - [email protected]

Published by github-actions[bot] 8 months ago

Patch Changes

  • c3c405e: Add missing URL type import
proxy-agents - [email protected]

Published by github-actions[bot] 8 months ago

Patch Changes

  • c881a18: Use native Buffer decoding in Node.js
proxy-agents - [email protected]

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

Patch Changes

  • 1d146e8: Ensure <reference types="node" /> is not present in generated types
proxy-agents - [email protected]

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

Patch Changes

proxy-agents - [email protected]

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

Major Changes

  • 52b458f: Refactor to return an ArrayBuffer instead of a Node.js Buffer.

    This change is being made to make the package platform-agnostic, and work in web browsers or other non-Node.js environments without polyfills.

    For Node.js users of this package, you can get a Node.js Buffer instance from an ArrayBuffer like so:

    const uri = 'data:,Hello%2C%20World!';
    const parsed = dataUriToBuffer(uri);
    const buffer = Buffer.from(parsed.buffer);
    // `buffer` is a Node.js Buffer
    
proxy-agents - [email protected]

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

Patch Changes

  • 1d39f6c: Fix Electron support by using Node.js native URL object
proxy-agents - [email protected]

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

Patch Changes

proxy-agents - [email protected]

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

Patch Changes

proxy-agents - [email protected]

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

Patch Changes

  • e625d10: Support SNI for proxy servers
proxy-agents - [email protected]

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

Patch Changes

  • a7d4fe5: Update escodegen dependency
proxy-agents - [email protected]

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

Minor Changes

  • f1f3220: Use QuickJS version of pac-proxy-agent

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

Patch Changes