Comparing version 1.0.1 to 1.0.2
{ | ||
"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); | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1528867
38706