Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@rexxars/eventsource-polyfill
Advanced tools
A browser polyfill for W3C EventSource (http://www.w3.org/TR/eventsource/)
Forked from amvtek/EventSource. See fork modification for more details.
Provide polyfill to support EventSource in browser where it is not available.
- Used in production
- Tested in Internet Explorer 8 +
- Tested in Android browser 2.1 +
- [Documented][]
- Run the [Browser test suite][]
$ npm install @rexxars/eventsource-polyfill
const EventSource =
typeof window !== 'undefined' && window.EventSource
? window.EventSource
: require('@rexxars/eventsource-polyfill')
const es = new EventSource('/my-es-endpoint')
<script src="https://unpkg.com/@rexxars/eventsource-polyfill"></script>
<script>
var es = new EventSource('/my-es-endpoint')
</script>
@rexxars/eventsource-polyfill
window.location
before usage (fixes react native crashing)MIT-licensed. See LICENSE.
FAQs
A browser polyfill for W3C EventSource (http://www.w3.org/TR/eventsource/)
The npm package @rexxars/eventsource-polyfill receives a total of 16,859 weekly downloads. As such, @rexxars/eventsource-polyfill popularity was classified as popular.
We found that @rexxars/eventsource-polyfill demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.