Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@arcware/webrtc-plugin
Advanced tools
Javascript/Typescript module to connect any frontend to Unreal Engine 4 app with pixel streaming enabled through signalling WS.
Javascript/Typescript module to connect any frontend to Unreal Engine 4 app with pixel streaming enabled through signalling WS.
import { WebRTCClient } from "@arcware-cloud/webrtc-plugin";
const webrtc_client = new WebRTCClient(args);
const args = {
address: "Signalling WS URL",
packageName: "Name of the package (if there are multiple applications)",
settings: {},
// --- Containers Options ---
// Vue (with ref="")
sizeContainer: this.$refs.sizeContainer,
container: this.$refs.videoContainer,
videoRef: this.$refs.videoRef,
// React (with useRef)
sizeContainer: this.sizeContainer.current,
container: this.videoContainer.current,
videoRef: this.videoRef.current,
// Pure JS/HTML
sizeContainer: "container-id",
// --- ---
playOverlay: true, // Set default overlay with play button. Make it false and use loader
loader: (val) => {}, // Callback for loading screen, etc. Once stream is ready, the function will be triggered with false value.
};
const webrtc = new WebRTCClient(args);
const emitUIInteraction = this.webrtc.emitUIInteraction;
Please follow to WebRTCClientProps
interface exported from module to check properties types
FAQs
### Getting started
The npm package @arcware/webrtc-plugin receives a total of 554 weekly downloads. As such, @arcware/webrtc-plugin popularity was classified as not popular.
We found that @arcware/webrtc-plugin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.