-
Notifications
You must be signed in to change notification settings - Fork 250
Comparing changes
Open a pull request
base repository: TooTallNate/proxy-agents
base: 5.0.1
head repository: TooTallNate/proxy-agents
compare: https-proxy-agent@6.0.0
Commits on Apr 29, 2023
-
Move all HTTP proxy agent related modules to a monorepo (#143)
Converts this repository into a monorepo, containing the following npm packages: * agent-base * data-uri-to-buffer * degenerator * get-uri * https-proxy-agent * http-proxy-agent * pac-proxy-agent * pac-resolver * proxy * proxy-agent * socks-proxy-agent Why? Mainly for ease of maintenance. It's difficult to monitor 10+ repositories and keep their configurations in sync. Additionally: * Uses Turborepo * All packages have been converted to TypeScript * Common issue tracker for all related packages * Common eslint configuration * Shared GH Actions setup * Test changes for sub-packages against dependent parent packages
Configuration menu - View commit details
-
Copy full SHA for b06bb20 - Browse repository at this point
Copy the full SHA b06bb20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 804ec07 - Browse repository at this point
Copy the full SHA 804ec07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b90bb1 - Browse repository at this point
Copy the full SHA 3b90bb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7469cb8 - Browse repository at this point
Copy the full SHA 7469cb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for de70a45 - Browse repository at this point
Copy the full SHA de70a45View commit details -
Runs a simple end to end test against NordVPN servers, for `https-proxy-agent` and `socks-proxy-agent`.
Configuration menu - View commit details
-
Copy full SHA for 4b3e591 - Browse repository at this point
Copy the full SHA 4b3e591View commit details
Commits on Apr 30, 2023
-
Add "pack" script for Vercel deployment (#145)
Enable Vercel deployments to upload tarballs of each package, so that they can be installed and tested before being released in a mainline npm package release. For example: ``` npm i https://proxy-agents-git-pack-tootallnate.vercel.app/proxy-agent.tgz ```
1Configuration menu - View commit details
-
Copy full SHA for b3b08f9 - Browse repository at this point
Copy the full SHA b3b08f9View commit details -
3 minute timeout for GH Actions
Windows tests seem to be tight at 2 minutes.
1Configuration menu - View commit details
-
Copy full SHA for 75b3130 - Browse repository at this point
Copy the full SHA 75b3130View commit details -
Using Build Command override in project settings instead.
1Configuration menu - View commit details
-
Copy full SHA for ed3e630 - Browse repository at this point
Copy the full SHA ed3e630View commit details
Commits on May 1, 2023
-
[proxy-agent] Use "lru-cache@7" (#146)
ncc v0.24.0 has an issue parsing "lru-cache@9" :/ ``` ncc: Version 0.24.0 ncc: Compiling file index.js ncc: Using typescript@4.9.5 (local user-provided) Error: Module parse failed: Unexpected token (27:15) File was processed with these loaders: * ../../node_modules/.pnpm/@vercel+ncc@0.24.0/node_modules/@vercel/ncc/dist/ncc/loaders/empty-loader.js * ../../node_modules/.pnpm/@vercel+ncc@0.24.0/node_modules/@vercel/ncc/dist/ncc/loaders/relocate-loader.js * ../../node_modules/.pnpm/@vercel+ncc@0.24.0/node_modules/@vercel/ncc/dist/ncc/loaders/shebang-loader.js You may need an additional loader to handle the result of these loaders. | //@ts-ignore | AS = class AbortSignal { > onabort; | _onabort = []; | reason; ```
1Configuration menu - View commit details
-
Copy full SHA for 1b22438 - Browse repository at this point
Copy the full SHA 1b22438View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b258fd - Browse repository at this point
Copy the full SHA 3b258fdView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 941efab - Browse repository at this point
Copy the full SHA 941efabView commit details
Commits on May 2, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for cd3d088 - Browse repository at this point
Copy the full SHA cd3d088View commit details
Commits on May 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 60ae3a9 - Browse repository at this point
Copy the full SHA 60ae3a9View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for b6a0e95 - Browse repository at this point
Copy the full SHA b6a0e95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bb6030 - Browse repository at this point
Copy the full SHA 6bb6030View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for b1fee01 - Browse repository at this point
Copy the full SHA b1fee01View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 1ae55ba - Browse repository at this point
Copy the full SHA 1ae55baView commit details -
[https-proxy-agent] Add test for
rejectUnauthorized: false
missing ……on request options (#148)
1Configuration menu - View commit details
-
Copy full SHA for 06775a8 - Browse repository at this point
Copy the full SHA 06775a8View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 03c8001 - Browse repository at this point
Copy the full SHA 03c8001View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for a03e785 - Browse repository at this point
Copy the full SHA a03e785View commit details -
Add
keepAlive: true
support (#147)Enables `keepAlive: true` option for all proxy agent classes. When set, the `Proxy-Connection: Keep-Alive` HTTP header will be sent to HTTP proxies.
1Configuration menu - View commit details
-
Copy full SHA for 4333067 - Browse repository at this point
Copy the full SHA 4333067View commit details
Commits on May 4, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for c169ced - Browse repository at this point
Copy the full SHA c169cedView commit details -
Update "repository" fields to include "directory"
Also remove "bugs" and "homepage" since they're redundant
1Configuration menu - View commit details
-
Copy full SHA for d3cfb13 - Browse repository at this point
Copy the full SHA d3cfb13View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for a5aaa23 - Browse repository at this point
Copy the full SHA a5aaa23View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for d99a7c8 - Browse repository at this point
Copy the full SHA d99a7c8View commit details -
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1Configuration menu - View commit details
-
Copy full SHA for dd7d8af - Browse repository at this point
Copy the full SHA dd7d8afView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 5.0.1...https-proxy-agent@6.0.0