Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
audio-player-html5-es5
Advanced tools
Audio Player HTML5 ES5
<fieldset id="player" data-loop="true" data-autoplay="true" data-origin="anonymous">
<legend>Audio Player</legend>
<canvas id="analyser"></canvas>
<div id="controls">
<button type="button" data-control="play">Play</button>
<button type="button" data-control="pause">Pause</button>
<input type="range" name="volume" min="0.0" max="1" step="0.1" value="1">
<input type="text" name="volval">
</div>
<div id="list">
<select multiple name="list"></select>
</div>
</fieldset>
var musics = [{
label: 'Raimundos - Baily Funk - Lapadas do Povo',
value: 'src/musics/Raimundos-Baily_Funk.mp3'
},{
label: 'Sepultura - Refuse Resist - Chaos A.D.',
value: 'src/musics/Sepultura-Refuse_Resist.mp3'
}];
window.addEventListener('load', Player().init('player', musics), false);
FAQs
Audio Player HTML5 ES5
The npm package audio-player-html5-es5 receives a total of 1 weekly downloads. As such, audio-player-html5-es5 popularity was classified as not popular.
We found that audio-player-html5-es5 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.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.