
Research
Malicious NuGet Packages Typosquat Nethereum to Exfiltrate Wallet Keys
The Socket Threat Research Team uncovered malicious NuGet packages typosquatting the popular Nethereum project to steal wallet keys.
sonarvio-converter
Advanced tools
A wrapper for an emscripted version of ffmpeg to extract the audio tracks from media containers. It includes custom builds for 'wav'.
npm install --save sonarvio-converter
For a better integration with existing projects using webpack the actual script files for the workers are excluded. They have to be provided as an argument through the constructor.
// local
var Converter = require('sonarvio-converter')
var converter = new Converter({
types: {
webm: '<FILE_TO_WORKER_SCRIPT>' // e.g. require(file!ffmpeg.js/ffmpeg-worker-webm)
}
})
converter.exec('webm', '-version').then(function(){
console.log('shown infos');
})
converter.transform({
name: 'example.webm',
data: ....
}, {
name: 'result.opus'
}).then(function (track) {
console.log(track);
})
// remote
var Converter = require('sonarvio-converter')
var converter = new Converter({
proxy: 'http://sonarvio.com/__/proxy.html'
})
converter.info('webm').then(function (info) {
console.log(info);
})
FAQs
wrapper for a customized emscripted version of ffmpeg
We found that sonarvio-converter 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
The Socket Threat Research Team uncovered malicious NuGet packages typosquatting the popular Nethereum project to steal wallet keys.
Product
A single platform for static analysis, secrets detection, container scanning, and CVE checks—built on trusted open source tools, ready to run out of the box.
Product
Socket is launching experimental protection for the Hugging Face ecosystem, scanning for malware and malicious payload injections inside model files to prevent silent AI supply chain attacks.