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.2 to 1.1.1

9

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

@@ -31,6 +31,9 @@ "main": "server.js",

},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
"start": "node server.js",
"test-travis": "test/run-selenium",
"updateLatest": "./scripts/updateLatest.sh"
},
"repository": {

@@ -37,0 +40,0 @@ "type": "git",

# TFX
TFX
TFX WebRTC agent

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

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

@@ -14,0 +14,0 @@ var app = express();

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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