-
Notifications
You must be signed in to change notification settings - Fork 250
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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/proxy-agents
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: https-proxy-agent@7.0.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: TooTallNate/proxy-agents
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: https-proxy-agent@7.0.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 28 files changed
- 5 contributors
Commits on Jul 13, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for 999dd9d - Browse repository at this point
Copy the full SHA 999dd9dView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 95729e1 - Browse repository at this point
Copy the full SHA 95729e1View commit details
Commits on Jul 18, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for 6a3a843 - Browse repository at this point
Copy the full SHA 6a3a843View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for f6d42a4 - Browse repository at this point
Copy the full SHA f6d42a4View commit details -
Use
quickjs-emscripten
instead ofvm2
to execute PAC file code (#224) The `vm2` module has been deprecated and has critical security vulnerabilities. The suggested replacement module `isolated-vm` is not suitable for these packages, since it relies on a C++ binary. Instead, these packages will use the `quickjs-emscripten` module to execute the user code in an isolated QuickJS environment compiled to WASM. This should allow the highest level of sandboxing and will hopefully put an end to this cat and mouse game once and for all. Fixes #218.
1Configuration menu - View commit details
-
Copy full SHA for f1f3220 - Browse repository at this point
Copy the full SHA f1f3220View commit details -
Configuration menu - View commit details
-
Copy full SHA for 833f0e9 - Browse repository at this point
Copy the full SHA 833f0e9View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 57296a7 - Browse repository at this point
Copy the full SHA 57296a7View commit details -
Revert "Use svelte changelog generator"
This reverts commit 57296a7.
1Configuration menu - View commit details
-
Copy full SHA for f27e7b3 - Browse repository at this point
Copy the full SHA f27e7b3View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 9235192 - Browse repository at this point
Copy the full SHA 9235192View commit details
Commits on Jul 19, 2023
-
[degenerator] Update escodegen (#226)
Update escodegen to fix security vulnerability warning for `word-wrap` dependency.
1Configuration menu - View commit details
-
Copy full SHA for a7d4fe5 - Browse repository at this point
Copy the full SHA a7d4fe5View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for d5cdaa1 - Browse repository at this point
Copy the full SHA d5cdaa1View commit details
Commits on Aug 23, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for e625d10 - Browse repository at this point
Copy the full SHA e625d10View commit details
Commits on Sep 4, 2023
-
Use non-compliant URL from 'url' for socks urls (#242)
`new URL('socks://host:port')` gives different results in browser and Node.js because `socks` is not among the "special schemes" specified by WHATWG and thus the hostname is treated as an opaque value (without parsing the port). Node.js implementation, however, parses the `port`. Since `proxy-agent` can be used in Electron, unless `URL` is imported directly from the Node's `url` module - it is going to use the Browser's version of it which won't work with socks urls.
1Configuration menu - View commit details
-
Copy full SHA for 1d39f6c - Browse repository at this point
Copy the full SHA 1d39f6cView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for dd3b98f - Browse repository at this point
Copy the full SHA dd3b98fView commit details
Loading
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 https-proxy-agent@7.0.1...https-proxy-agent@7.0.2