Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@kitconcept/volto-heading-block
Advanced tools
volto-heading-block: Volto add-on that provides a configurable heading block
The Volto Heading Block allows editors to add a heading to a Volto page.
Create a new Volto project (you can skip this step if you already have one):
npm install -g yo @plone/generator-volto
yo @plone/volto my-volto-project --addon @kitconcept/volto-heading-block
cd my-volto-project
Add @kitconcept/volto-heading-block
to your package.json:
"addons": [
"@kitconcept/volto-heading-block"
],
"dependencies": {
"@kitconcept/volto-heading-block": "*"
}
Download and install the new add-on by running:
yarn install
Start Volto with:
yarn start
Go to http://localhost:3000, login, create a new page. The heading block will show up in the Volto blocks chooser.
The development of this plugin has been kindly sponsored by Forschungszentrum Jülich.
The project is licensed under the MIT license.
FAQs
volto-heading-block: Volto add-on that provides a configurable heading block
The npm package @kitconcept/volto-heading-block receives a total of 496 weekly downloads. As such, @kitconcept/volto-heading-block popularity was classified as not popular.
We found that @kitconcept/volto-heading-block demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.