Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Snyk] Upgrade engine.io from 3.2.0 to 3.4.0 #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade engine.io from 3.2.0 to 3.4.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
  • The recommended version is 5 versions ahead of your current version.
  • The recommended version was released 5 months ago, on 2019-09-13.
Release notes
Package name: engine.io
  • 3.4.0 - 2019-09-13

    Features

    • add additional debug messages (#586)

    Bug fixes

    • remove deprecated Buffer usage in dependency (#585)

    Diff: 3.3.2...3.4.0
    Client release: 3.4.0
    ws version: ^7.1.2

  • 3.3.2 - 2018-11-29

    #511 was reverted (see socketio/socket.io#3381)

    Diff: 3.3.1...3.3.2
    Client release: -

  • 3.3.1 - 2018-11-19

    Bug fixes

    • replace deprecated Buffer usage (#565)

    Milestone: 3.3.1
    Diff: 3.3.0...3.3.1
    Client release: 3.3.1

  • 3.3.0 - 2018-11-07

    Features

    • allow configuration of Access-Control-Allow-Origin value (#511)

    Milestone: 3.3.0
    Diff: 3.2.1...3.3.0
    Client release: 3.3.0

  • 3.2.1 - 2018-11-02

    Bug fixes

    • processing error code on abort connection (#562)

    Milestone: 3.2.1
    Diff: 3.2.0...3.2.1

  • 3.2.0 - 2018-02-28

    Important note ⚠️

    There are two non-breaking changes that are somehow quite important:

    • ws was reverted as the default wsEngine (#550), as there was several blocking issues with uws. You can still use uws by running npm install uws --save in your project and using the wsEngine option:
    var engine = require('engine.io');
    var server = engine.listen(3000, {
      wsEngine: 'uws'
    });
    • pingTimeout now defaults to 5 seconds (instead of 60 seconds): #551

    Milestone: 3.2.0
    Diff: 3.1.5...3.2.0

from engine.io GitHub release notes
Commit messages
Package name: engine.io

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant