Socket
Socket
Sign inDemoInstall

webrtc

Package Overview
Dependencies
Maintainers
3
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webrtc - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

test/README

2

package.json
{
"name": "webrtc",
"version": "1.3.2",
"version": "1.3.3",
"keywords": [

@@ -5,0 +5,0 @@ "webrtc",

@@ -408,2 +408,3 @@ var webrtc = require('webrtcsupport');

Peer.prototype.end = function () {
if (this.closed) return;
this.pc.close();

@@ -410,0 +411,0 @@ this.handleStreamRemoved();

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc