eventsource icon indicating copy to clipboard operation
eventsource copied to clipboard

EventSource client for Node.js and Browser (polyfill)

Results 74 eventsource issues
Sort by recently updated
recently updated
newest added

Pass the wrong type of second argument to addEventListener() and get a silent no-op. No warning (better), no error (best), not even any logging to indicate the caller is wrong....

Bumps [webpack](https://github.com/webpack/webpack) from 3.12.0 to 5.74.0. Release notes Sourced from webpack's releases. v5.74.0 Features add resolve.extensionAlias option which allows to alias extensions This is useful when you are forced to...

dependencies
javascript

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.5 to 3.4.1. Release notes Sourced from actions/setup-node's releases. Fix pnpm output and node-version output issues In scope of this release we fixed bugs related to the...

dependencies
github_actions

Hi, this PR adds a `browser` field to `package.json`, with a `browser.js` that re-exports `window.EventSource` in CommonJS format. This makes the package easily compatible with CommonJS based bundlers (e.g. vite).

Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3.0.2. Release notes Sourced from actions/checkout's releases. v3.0.2 What's Changed Add set-safe-directory input to allow customers to take control. by @​TingluoHuang in actions/checkout#770 Prepare changelog...

dependencies
github_actions

Bumps [standard](https://github.com/standard/standard) from 10.0.3 to 17.0.0. Release notes Sourced from standard's releases. v17.0.0 We're super excited to announce standard 17! This major release fully focuses on getting in sync with...

dependencies
javascript

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.5&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.6.0 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

dependencies
javascript

Bumps [nyc](https://github.com/istanbuljs/nyc) from 11.9.0 to 15.1.0. Changelog Sourced from nyc's changelog. 15.1.0 (2020-06-01) Features experimental: Support using --all with node.js ESM (#1320) (992359a) 15.0.1 (2020-04-02) Bug Fixes Data merge concurrency...

dependencies
javascript

Ref: https://github.com/EventSource/eventsource/issues/105 Updates `original` dependency to bump `url-parser` to version `1.5.1` which fixes security vulnerabilities.