Skip to content

Conversation

@snyk-bot
Copy link

@snyk-bot snyk-bot commented Mar 7, 2023

Snyk has created this PR to upgrade wrtc from 0.4.4 to 0.4.7.

ℹ️ 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 3 versions ahead of your current version.
  • The recommended version was released 2 years ago, on 2021-01-10.
Release notes
Package name: wrtc
  • 0.4.7 - 2021-01-10

    New Features

    • Updated the "engines" property of package.json to use a range (thanks @ piranna).
  • 0.4.6 - 2020-07-19

    New Features

    • Added target property to RTCPeerConnection events (thanks, @ CharlesRA).
    • Support for additional APIs in lib/browser.js (thanks, @ piranna).
    • Added a naïve version of getDeviceMedia that delegates to getUserMedia (thanks, @ piranna).

    Bug Fixes

    • Although Node 14 support was confirmed in v0.4.5, it was not included in the "engines" property of package.json (thanks, @ farnabaz).
    • Potential fix for a crash mentioned in #637 (thanks, @ thedracle).
  • 0.4.5 - 2020-05-21

    New Features

    • Updated to WebRTC M81.
    • Added support for Node 14.
    • Added rollback support.

    Bug Fixes

    • RTCPeerConnection no longer raises "icegatheringstatechange" when the RTCPeerConnection is closed. Thanks, @ arlolra. (#625)

    Breaking Changes

    • With the update from M79 to M81, the dtx, ptime, and codecPayloadType parameters to RTCRtpEncodingParameters no longer take affect. They've also been removed from the WebRTC 1.0 specification (see here). Although this is technically a SemVer-breaking change, few users of this library are depending on the removed functionality, and I prefer not to increment the version number at this time.
  • 0.4.4 - 2020-02-17

    New Features

    • addTrack now supports multiple MediaStream arguments (#548). Additionally, MediaStreams can now be constructed with arbitrary IDs. For more information, see below. Thanks, @ csheely and @ sgodin.
    • setStreams now supports multiple MediaStream arguments.

    MediaStream

    MediaStreams in node-webrtc can be constructed with arbitrary IDs. For example, the following MediaStream, stream, has its ID set to "foo".

    const stream = new MediaStream({ id: 'foo' });
    stream.id === 'foo';  // true
from wrtc GitHub release notes

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants