
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
editorjs-audio-player
Advanced tools
Provides Audio Block for the Editor.js.
Works only with pasted URLs with audio src and requires no server-side uploader.
Get the package
npm i editorjs-audio-player --save
Include module at your application
import AudioPlayer from 'editorjs-audio-player';
Optionally, you can load this tool from CDN JsDelivr CDN
Add a new Tool to the tools
property of the Editor.js initial config.
var editor = EditorJS({
...
tools: {
...
audioPlayer: AudioPlayer,,
}
...
});
This Tool has no config params
Field | Type | Description |
---|---|---|
src | string | src's url |
{
"type": "audioPlayer",
"data": {
"src": "https://file-examples.com/wp-content/storage/2017/11/file_example_MP3_700KB.mp3"
}
}
FAQs
audio tool for Editor.js
The npm package editorjs-audio-player receives a total of 22 weekly downloads. As such, editorjs-audio-player popularity was classified as not popular.
We found that editorjs-audio-player 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.