proxy-chain icon indicating copy to clipboard operation
proxy-chain copied to clipboard

Node.js implementation of a proxy server (think Squid) with support for SSL, authentication and upstream proxy chaining.

Results 69 proxy-chain issues
Sort by recently updated
recently updated
newest added

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 28.1.8 to 30.0.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/jest&package-manager=npm_and_yarn&previous-version=28.1.8&new-version=30.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies
javascript

Bumps [rimraf](https://github.com/isaacs/rimraf) from 4.4.1 to 6.1.0. Changelog Sourced from rimraf's changelog. 6.1 Move to native fs/promises usage instead of promisifying manually. 6.0 Drop support for nodes before v20 Add --version...

dependencies
javascript

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.19.130 to 24.10.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=18.19.130&new-version=24.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies
javascript

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.11.1 to 24.29.1. Release notes Sourced from puppeteer's releases. puppeteer-core: v24.29.1 24.29.1 (2025-11-06) 🛠️ Fixes ignore wasn't found errors in NetworkManager (#14399) (3a6342d) roll to Chrome 142.0.7444.61...

dependencies
javascript

Bumps [proxy](https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/proxy) from 1.0.2 to 2.2.0. Release notes Sourced from proxy's releases. [email protected] Minor Changes 28104d2: Add bin for CLI [email protected] Patch Changes 25e0c93: Ensure that socket.remoteAddress is a string...

dependencies
javascript

Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 7.0.3 to 10.1.0. Release notes Sourced from cross-env's releases. v10.1.0 10.1.0 (2025-09-29) Features add support for default value syntax (152ae6a) For example: "dev:server": "cross-env wrangler dev --port...

dependencies
javascript

Bumps [mocha](https://github.com/mochajs/mocha) from 10.8.2 to 11.7.5. Release notes Sourced from mocha's releases. v11.7.5 11.7.5 (2025-11-04) 🩹 Fixes swallow more require errors from *ts files (#5498) (d89dbaf) 🧹 Chores run tests...

dependencies
javascript

Currently project works under Node 18 which reached its EOL on April 30, 2025. It will no longer receive security updates or maintenance releases. Plan it to upgrade to version...

debt
low priority
t-core-services
t-unblocking

Currently we have both libraries in our devDependencies. Let's migrate out tests to use `ws` fully instead of `faye-websocket`. Why it makes sense: - `ws` is de-facto a standard websocket...

debt
low priority
t-core-services
t-unblocking

I want to be able to hijack the proxy traffic, mostly for reading but ideally also for writing. I was thinking of implementing a way to return from `prepareRequestFunction` a...