Skip to content

[Snyk] Upgrade engine.io-parser from 4.0.0 to 5.0.2#6

Open
snyk-bot wants to merge 1 commit intomasterfrom
snyk-upgrade-55937754169fd40d0982ada7bdbf0309
Open

[Snyk] Upgrade engine.io-parser from 4.0.0 to 5.0.2#6
snyk-bot wants to merge 1 commit intomasterfrom
snyk-upgrade-55937754169fd40d0982ada7bdbf0309

Conversation

@snyk-bot
Copy link

Snyk has created this PR to upgrade engine.io-parser from 4.0.0 to 5.0.2.

merge advice
ℹ️ 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.


Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 6 versions ahead of your current version.
  • The recommended version was released 2 months ago, on 2021-11-14.
Release notes
Package name: engine.io-parser
  • 5.0.2 - 2021-11-14

    Bug Fixes

    • add package name in nested package.json (7e27159)
    • fix vite build for CommonJS users (5f22ed0)

    Links

  • 5.0.1 - 2021-10-15

    Bug Fixes

    Links

  • 5.0.0 - 2021-10-04

    This release includes the migration to TypeScript. The major bump is due to the new "exports" field in the package.json file.

    See also: https://nodejs.org/api/packages.html#packages_package_entry_points

    Links

  • 4.0.3 - 2021-08-29

    Bug Fixes

    • respect the offset and length of TypedArray objects (6d7dd76)

    Links

  • 4.0.2 - 2020-12-07

    Bug Fixes

    • add base64-arraybuffer as prod dependency (2ccdeb2)

    Links

  • 4.0.1 - 2020-09-10

    Links

  • 4.0.0 - 2020-09-08

    This major release contains the necessary changes for the version 4 of the Engine.IO protocol. More information about the new version can be found there.

    Encoding changes between v3 and v4:

    • encodePacket with string

      • input: { type: "message", data: "hello" }
      • output in v3: "4hello"
      • output in v4: "4hello"
    • encodePacket with binary

      • input: { type: 'message', data: <Buffer 01 02 03> }
      • output in v3: <Buffer 04 01 02 03>
      • output in v4: <Buffer 01 02 03>
    • encodePayload with strings

      • input: [ { type: 'message', data: 'hello' }, { type: 'message', data: '€€€' } ]
      • output in v3: "6:4hello4:4€€€"
      • output in v4: "4hello\x1e4€€€"
    • encodePayload with string and binary

      • input: [ { type: 'message', data: 'hello' }, { type: 'message', data: <Buffer 01 02 03> } ]
      • output in v3: <Buffer 00 06 ff 34 68 65 6c 6c 6f 01 04 ff 04 01 02 03>
      • output in v4: "4hello\x1ebAQID"

    Please note that the parser is now dependency-free! This should help reduce the size of the browser bundle.

    Bug Fixes

    • keep track of the buffer initial length (8edf2d1)

    Features

    • restore the upgrade mechanism (6efedfa)

    Links

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

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

@atomist atomist bot added auto-branch-delete:on-close Delete branch when pull request gets closed auto-merge-method:merge Auto-merge with merge commit auto-merge:on-bpr-success Auto-merge on passed branch protection rule labels Jan 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-branch-delete:on-close Delete branch when pull request gets closed auto-merge:on-bpr-success Auto-merge on passed branch protection rule auto-merge-method:merge Auto-merge with merge commit

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant