nodejs / corepack

Zero-runtime-dependency package acting as bridge between Node projects and their package managers
MIT License
2.31k stars 146 forks source link

fix: correctly set `Dispatcher` prototype for `ProxyAgent` #451

Closed aduh95 closed 2 months ago

aduh95 commented 3 months ago

In an attempt to bundle only a subset of Undici code, we forgot to take some side-effect.

Fixes: https://github.com/nodejs/corepack/issues/417 Closes: https://github.com/nodejs/corepack/pull/449