
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
3d-webaudio-raub
Advanced tools
This is a part of Node3D project.
npm i -s 3d-webaudio-raub
This plugin injects WebAudio API into Node3D's window
. It ain't much, but it's honest work.
The WebAudio implementation is provided by webaudio-raub. Some WebAudio features may be missing, but it works with Three.js. With positional audio.
Refer to webaudio-raub for the full list of currently implemented API.
import { init } from '3d-core-raub';
import { init as initWebaudio } from '3d-webaudio-raub';
// Fetch `window` from standard Node3D init
const { window } = init();
// Initialize Webaudio
const { webaudio } = initWebaudio({ window });
// webaudio.AudioContext === window.AudioContext === global.AudioContext
Here, webaudio
is directly re-exported webaudio-raub.
You can also use it through window.AudioContext
or just AudioContext
. But the main idea is
using it with Three.js, like this.
FAQs
WebAudio plugin for Node.js 3D Core
We found that 3d-webaudio-raub demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.