proxy-agents

Node.js HTTP Proxy Agents Monorepo

Downloads
1.2B
Stars
826
Committers
37

Bot releases are visible (Hide)

proxy-agents -

Published by TooTallNate about 5 years ago

This release fixes the MitM vulnerability reported via HackerOne. It is a breaking change because Node 4, 5, and 7 are no longer tested in CI (note that Node 6 is still supported).

Major Changes

  • Remove Node 5 and 7 from Travis: 590bc8bed1348de6543f8d34d482c7e12a0a21ae
  • Remove Node 4 from Travis: 6c804a2c919b53d29030340da8b02fd8225fd258

Minor Changes

  • Update proxy to v1.0.0: d0e3c18079119057b05582cb72d4fda21dfc2546
  • Test on Node.js 10 and 12: 3535951e482ea52af4888938f59649ed92e81b2b
  • Fix compatibility with Node.js >= 10.0.0: #73
  • Add .editorconfig file: 06ead2fe61f8123fbcc876f975fa2a0896d5c232
  • Add .eslintrc.js file: ae5357223f5f3b7e13a8f684715dc1e291fd4a7a

Patches

  • Update README with correct secureProxy behavior: #65
  • Remove unreachable code: 46aad0988b471f042856436cf3192b0e09e36fe6
  • [TypeScript] Allow port to be a string: #72
  • Use an EventEmitter to replay failed proxy connect HTTP requests: #77

Credits

Huge thanks to @lpinca, @stoically, and @zkochan for helping!

proxy-agents -

Published by sadasant over 5 years ago

Patches

  • Remove package-lock.json: c881009b9873707f5c4a0e9c277dde588e1139c7
  • Ignore test directory, History.md and .travis.yml when creating npm package. Fixes #42: #45
  • Update agent-base to v4.2: #50
  • Add TypeScript type definitions: #66
  • Feat(typescript): Allow input to be options or string: #68
  • Update agent-base to v4.3: #69

Credits

Huge thanks to @marco-c, @tareqhs, @ianhowe76, and @BYK for helping!

proxy-agents -

Published by TooTallNate over 6 years ago

Patches

  • Add defaultPort field: #43

Credits

Huge thanks to @jan-auer for helping!

proxy-agents -

Published by TooTallNate over 6 years ago

Minor Changes

  • Use Buffer.from(): 1c24219df87524e6ed973127e81f30801d658f07
  • Add "engines" to package.json: a27792225b652c5483247c96654d40bda27873d0