Socket
Socket
Sign inDemoInstall

electron-webrtc

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-webrtc - npm Package Compare versions

Comparing version 0.2.11 to 0.2.12

.nyc_output/69683.json

2

package.json
{
"name": "electron-webrtc",
"version": "0.2.11",
"version": "0.2.12",
"description": "Use WebRTC in Node.js via a hidden Electron process",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -16,2 +16,5 @@ 'use strict'

constructor (opts) {
if (daemon.closing) {
throw new Error('Cannot create RTCPeerConnection, the electron-webrtc daemon has been closed')
}
this._id = (i++).toString(36)

@@ -18,0 +21,0 @@ this._dataChannels = new Map()

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