Socket
Socket
Sign inDemoInstall

webrtc-tfx

Package Overview
Dependencies
93
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "webrtc-tfx",
"version": "1.0.1",
"version": "1.0.2",
"description": "webrtc using simplewebrtc , broplug from tfx , socketio , websockets ",

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

@@ -7,7 +7,8 @@ // silly chrome wants SSL to do screensharing

console.log(' Directory --> '+__dirname);
console.log(' FakeCertificates from --> '+__dirname+'/fakekeys/certificate.pem');
var privateKey = fs.readFileSync('fakekeys/privatekey.pem').toString(),
certificate = fs.readFileSync('fakekeys/certificate.pem').toString();
var privateKey = fs.readFileSync(__dirname+'/fakekeys/privatekey.pem').toString(),
certificate = fs.readFileSync(__dirname+'/fakekeys/certificate.pem').toString();
var app = express();

@@ -21,2 +22,2 @@

console.log('running on https://localhost:8000 and http://localhost:8001');
console.log(' Directory --> '+__dirname);
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