
Research
Security News
Malicious npm Packages Use Telegram to Exfiltrate BullX Credentials
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
play-audio-notify
Advanced tools
Lightweight Wrapper For HTML5 Audio API
play = require('play-audio-notfiy')
play('song.mp3').autoplay()
$ npm install play-audio-notfiy
play(['song.mp3', 'song.ogg']).play()
parent = document.querySelector('.my-player')
play(['song.mp3', 'song.ogg'], parent).autoplay.controls()
If your application isn't structured as a CommonJS package, you can download the distribution file;
$ wget https://raw.github.com/rajvantchahal/play-audio-notify/master/dist/play-audio-notfiy.js
And include it on your page:
<script src="play-audio.js"></script>
<script>
playAudio(['song.mp3', 'song.ogg'])
</script>
p = play(['song.mp3', 'song.ogg']).autoplay()
p.src()
// => ['song.mp3', 'song.ogg']
p.src(['new.mp3', 'new.ogg']).play()
p.src()
// => ['new.mp3', 'new.ogg']
Example:
play('foo.mp3').volume(0.3).controls().loop().on('ended', function(){
console.log('End of the song reached')
})
Reference:
FAQs
HTML5 Audio Player
The npm package play-audio-notify receives a total of 50 weekly downloads. As such, play-audio-notify popularity was classified as not popular.
We found that play-audio-notify 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 uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.
Security News
AI-generated slop reports are making bug bounty triage harder, wasting maintainer time, and straining trust in vulnerability disclosure programs.