http-event-stream
http-event-stream copied to clipboard
📡 Modern spec-compliant Server Sent Events stream implementation.
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependency [puppet-run](https://github.com/andywer/puppet-run). These dependencies need to be updated together. Updates `json5` from 1.0.1 to 2.2.3 Release notes Sourced from json5's releases. v2.2.3 Fix:...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Removes [terser](https://github.com/terser/terser). It's no longer used after updating ancestor dependency [puppet-run](https://github.com/andywer/puppet-run). These dependencies need to be updated together. Removes `terser` Updates `puppet-run` from 0.3.0 to 0.11.4 Release notes Sourced from...
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
Add an option `lastEventId` to `EventStreamOptions`, so the application can pass a custom last event ID. This is important to have, so that a user can specify a last event...