coast-team / netflux

JavaScript client and server side transport API based on WebRTC & WebSocket
https://coast-team.github.io/netflux
GNU Affero General Public License v3.0
213 stars 14 forks source link

Update eventsource to the latest version 🚀 #66

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 1.0.0 of eventsource just got published.

Dependency eventsource
Current Version 0.2.3
Type dependency

The version 1.0.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of eventsource. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 17 commits0.

  • 3a4445f 1.0.0
  • 3d17140 Add nyc code coverage reporting
  • 925e981 Update HISTORY
  • 9c56e3c Add note on license to readme
  • f35e15d Add readystate constants on instances (closes #66)
  • d388bd9 Add editorconfig to match coding standard
  • 4f1bed9 Use standard.js coding standard
  • 99f5f7b Update readme to reflect https option renaming
  • 6a412bc Move server certs to match client certs
  • 8737885 Rename 'options' to 'https' and only allow whitelisted options
  • 505628e Added options map to eventSourceInitDict object to setup http/https connection options (specifically for certificate configuration)
  • af84476 Don't attempt reconnect unless status code is 200
  • 33aec48 Fix incorrect event emitter usage in removeEventListener
  • cb532e7 add remove event listener so when using event source streams can be properly closed
  • ef27552 Revert #47

There are 17 commits in total.

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree: