Socket
Socket
Sign inDemoInstall

wrtc

Package Overview
Dependencies
69
Maintainers
2
Versions
73
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.3 to 0.4.4

4

lib/peerconnection.js

@@ -207,4 +207,4 @@ 'use strict';

RTCPeerConnection.prototype.addTrack = function addTrack(track, stream) {
return this._pc.addTrack(track, stream);
RTCPeerConnection.prototype.addTrack = function addTrack(track, ...streams) {
return this._pc.addTrack(track, streams);
};

@@ -211,0 +211,0 @@

@@ -15,3 +15,3 @@ {

],
"version": "0.4.3",
"version": "0.4.4",
"author": "Alan K <ack@modeswitch.org> (http://blog.modeswitch.org)",

@@ -18,0 +18,0 @@ "homepage": "https://github.com/node-webrtc/node-webrtc",

<h1 align="center">
<img height="120px" src="https://upload.wikimedia.org/wikipedia/commons/d/d9/Node.js_logo.svg" />&nbsp;&nbsp;&nbsp;&nbsp;
<img height="120px" src="https://webrtc.org/assets/images/webrtc-logo-vert-retro-dist.svg" />
<img height="120px" src="https://webrtc.github.io/webrtc-org/assets/images/webrtc-logo-vert-retro-dist.svg" />
</h1>

@@ -8,3 +8,3 @@

node-webrtc is a Node.js Native Addon that provides bindings to [WebRTC M79](https://chromium.googlesource.com/external/webrtc/+/branch-heads/m79). This project aims for spec-compliance and is tested using the W3C's [web-platform-tests](https://github.com/web-platform-tests/wpt) project. A number of [nonstandard APIs](https://github.com/node-webrtc/node-webrtc/blob/v0.4.3/docs/nonstandard-apis.md) for testing are also included.
node-webrtc is a Node.js Native Addon that provides bindings to [WebRTC M79](https://chromium.googlesource.com/external/webrtc/+/branch-heads/m79). This project aims for spec-compliance and is tested using the W3C's [web-platform-tests](https://github.com/web-platform-tests/wpt) project. A number of [nonstandard APIs](https://github.com/node-webrtc/node-webrtc/blob/v0.4.4/docs/nonstandard-apis.md) for testing are also included.

@@ -20,3 +20,3 @@ Install

You can also [build from source](https://github.com/node-webrtc/node-webrtc/blob/v0.4.3/docs/build-from-source.md).
You can also [build from source](https://github.com/node-webrtc/node-webrtc/blob/v0.4.4/docs/build-from-source.md).

@@ -26,3 +26,3 @@ Supported Platforms

The following platforms are confirmed to work with node-webrtc and have prebuilt binaries available. Since node-webrtc targets [N-API version 3](https://nodejs.org/api/n-api.html), there may be additional platforms supported that are not listed here. If your platform is not supported, you may still be able to [build from source](https://github.com/node-webrtc/node-webrtc/blob/v0.4.3/docs/build-from-source.md).
The following platforms are confirmed to work with node-webrtc and have prebuilt binaries available. Since node-webrtc targets [N-API version 3](https://nodejs.org/api/n-api.html), there may be additional platforms supported that are not listed here. If your platform is not supported, you may still be able to [build from source](https://github.com/node-webrtc/node-webrtc/blob/v0.4.4/docs/build-from-source.md).

@@ -29,0 +29,0 @@ <table>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc