Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.12 to 0.3.0

.nyc_output/44042.json

4

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

@@ -23,2 +24,3 @@ "test": "standard && tap test/*.js -t150 -Rspec --cov",

"electron-eval": "^0.9.0",
"get-browser-rtc": "^1.0.2",
"hat": "^0.0.3"

@@ -25,0 +27,0 @@ },

@@ -78,5 +78,6 @@ # electron-webrtc

First, install `xvfb`:
First, install `Xvfb`:
```sh
sudo apt-get install xvfb
apt-get install xvfb # Ubuntu/Debian
yum install xorg-x11-server-Xvfb # CentOS
```

@@ -89,3 +90,3 @@

Or if you want to do it programmatically, initialize a new instance and pass in `headless` as a key as demonstrated:
Or if you want to do it programmatically, initialize a new instance and pass in `headless` as a key as demonstrated:
```js

@@ -92,0 +93,0 @@ var wrtc = require('electron-webrtc')({ headless: true })

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