Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
webrtc-native
Advanced tools
WebRTC for NodeJS
webrtc-native is using WebRTC from chromium project. code is compiled with branch master.
npm install webrtc-native --save
NodeJS / Io.JS | Windows 8.1 | OSX | Ubuntu 14.04 |
---|---|---|---|
IoJS-v2.3.2 | Old Release | x | Old Release |
IoJS-v3.3.1 | Old Release | x | Old Release |
NodeJS-v0.10.38 | Old Release | x | Old Release |
NodeJS-v0.12.5 | Old Release | x | Old Release |
NodeJS-v4.2.1 | - | x | - |
NodeJS-v4.3.2 | - | x | - |
NodeJS-v4.4.0 | - | x | - |
NodeJS-v5.0.0 | - | x | - |
NodeJS-v5.1.1 | - | x | - |
NodeJS-v5.2.0 | - | x | - |
NodeJS-v5.3.0 | - | x | - |
NodeJS-v5.4.1 | - | x | - |
NodeJS-v5.5.0 | - | x | - |
NodeJS-v5.6.0 | - | x | - |
NodeJS-v5.7.1 | - | x | - |
NodeJS-v5.8.0 | - | x | - |
Features | Windows 8.1 | OSX | Ubuntu 14.04 |
---|---|---|---|
Audio Capture | Untested | x | Untested |
Camera Capture | Untested | - | Untested |
Dtls-Srtp DataChannels | Untested | x | Untested |
RTP DataChannels | Untested | x | Untested |
Video Streaming | Untested | - | Untested |
Audio Streaming | Untested | x | Untested |
Video Recording from MediaStream | Unimplemented | Unimplemented | Unimplemented |
Audio Recording from MediaStream | Unimplemented | Unimplemented | Unimplemented |
var WebRTC = require('webrtc-native');
git clone https://github.com/vmolsa/webrtc-native
cd webrtc-native
export BUILD_WEBRTC=true
npm install
You must build with Visual Studio 2013 Update 4, no other versions are supported.
You must have Windows 7 x64 or later. x86 OSs are unsupported.
You must run "npm install" with administrator privileges.
XCode 3.0 or higher
sudo apt-get install --yes build-essential python2.7 git pkg-config libnss3-dev libasound2-dev libpulse-dev libjpeg62-dev libxv-dev libgtk2.0-dev libexpat1-dev default-jdk libxtst-dev libxss-dev libpci-dev libgconf2-dev libgnome-keyring-dev libudev-dev
sudo dnf update -y
sudo dnf groupinstall -y "Development tools"
sudo dnf install -y git gcc-c++ nss-devel SAASound-devel alsa-lib-devel systemd-devel pulseaudio-libs-devel turbojpeg-devel libXv-devel gtk+-devel expat-devel java-1.8.0-openjdk-devel gtk2-devel libXtst-devel libXScrnSaver-devel redhat-lsb pciutils-devel dbus-devel pkgconfig GConf2-devel libgnome-keyring-devel
FAQs
WebRTC for NodeJS
The npm package webrtc-native receives a total of 7 weekly downloads. As such, webrtc-native popularity was classified as not popular.
We found that webrtc-native demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.