Skip to content

Releases: TooTallNate/proxy-agents

https-proxy-agent@7.0.3

12 Feb 18:24
d4d3cd0
Compare
Choose a tag to compare

Patch Changes

  • c3c405e: Add missing URL type import

http-proxy-agent@7.0.1

12 Feb 18:24
d4d3cd0
Compare
Choose a tag to compare

Patch Changes

  • c3c405e: Add missing URL type import

get-uri@6.0.3

12 Feb 18:25
d4d3cd0
Compare
Choose a tag to compare

Patch Changes

  • c854e4c: Update fs-extra to v11
  • Updated dependencies [c881a18]
    • data-uri-to-buffer@6.0.2

data-uri-to-buffer@6.0.2

12 Feb 18:24
d4d3cd0
Compare
Choose a tag to compare

Patch Changes

  • c881a18: Use native Buffer decoding in Node.js

get-uri@6.0.2

30 Sep 14:29
b149ecc
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [52b458f]
    • data-uri-to-buffer@6.0.0

data-uri-to-buffer@6.0.1

30 Sep 14:49
b133295
Compare
Choose a tag to compare

Patch Changes

  • 1d146e8: Ensure <reference types="node" /> is not present in generated types

data-uri-to-buffer@6.0.0

30 Sep 14:29
b149ecc
Compare
Choose a tag to compare

Major Changes

  • 52b458f: Refactor to return an ArrayBuffer instead of a Node.js Buffer.

    This change is being made to make the package platform-agnostic, and work in web browsers or other non-Node.js environments without polyfills.

    For Node.js users of this package, you can get a Node.js Buffer instance from an ArrayBuffer like so:

    const uri = 'data:,Hello%2C%20World!';
    const parsed = dataUriToBuffer(uri);
    const buffer = Buffer.from(parsed.buffer);
    // `buffer` is a Node.js Buffer

socks-proxy-agent@8.0.2

04 Sep 08:10
dd3b98f
Compare
Choose a tag to compare

Patch Changes

  • 1d39f6c: Fix Electron support by using Node.js native URL object

proxy-agent@6.3.1

04 Sep 08:09
dd3b98f
Compare
Choose a tag to compare

Patch Changes

  • 1d39f6c: Fix Electron support by using Node.js native URL object
  • Updated dependencies [1d39f6c]
  • Updated dependencies [e625d10]
    • socks-proxy-agent@8.0.2
    • pac-proxy-agent@7.0.1
    • https-proxy-agent@7.0.2

pac-proxy-agent@7.0.1

04 Sep 08:09
dd3b98f
Compare
Choose a tag to compare

Patch Changes

  • 1d39f6c: Fix Electron support by using Node.js native URL object
  • Updated dependencies [1d39f6c]
  • Updated dependencies [e625d10]
    • socks-proxy-agent@8.0.2
    • https-proxy-agent@7.0.2