headers-polyfill
headers-polyfill copied to clipboard
A Fetch API "Headers" polyfill and transformation library.
Bumps [ws](https://github.com/websockets/ws) from 8.8.1 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...
Currently, if an object is created with the null prototype, e.g. ```typescript const headers = Object.create(null); ``` attempting to instantiate a `Headers` object with this polyfill throws an error: ```...