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.4 to 0.4.5

2

lib/peerconnection.js

@@ -63,3 +63,3 @@ 'use strict';

// if we have completed gathering candidates, trigger a null candidate event
if (self.iceGatheringState === 'complete') {
if (self.iceGatheringState === 'complete' && self.connectionState !== 'closed') {
self.dispatchEvent(new RTCPeerConnectionIceEvent('icecandidate', { candidate: null }));

@@ -66,0 +66,0 @@ }

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

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

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

@@ -8,3 +8,3 @@ <h1 align="center">

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.
node-webrtc is a Node.js Native Addon that provides bindings to [WebRTC M81](https://chromium.googlesource.com/external/webrtc/+/branch-heads/4044). 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.5/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.4/docs/build-from-source.md).
You can also [build from source](https://github.com/node-webrtc/node-webrtc/blob/v0.4.5/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.4/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.5/docs/build-from-source.md).

@@ -47,3 +47,3 @@ <table>

<tr>
<th rowspan="5">Node</th>
<th rowspan="6">Node</th>
<th>8</th>

@@ -89,2 +89,10 @@ <td align="center">✓</td>

<tr>
<th>14</th>
<td align="center">✓</td>
<td align="center">✓</td>
<td align="center">✓</td>
<td align="center">✓</td>
<td align="center">✓</td>
</tr>
<tr>
<th rowspan="2">Electron</th>

@@ -91,0 +99,0 @@ <th>4</th>

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