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-export
Advanced tools
volto-export: Volto add-on that exports objects in the plone.restapi/kitconcept.contentcreator format
This Volto add-on provides a route /export
on any content object of your Plone 6 site that allows you to export the content in plone.restapi
/kitconcept.contentcreator
JSON format.
You can use this exports to feed back Plone using kitconcept.contentcreator
(https://github.com/kitconcept/kitconcept.contentcreator) for maximum functionality or bare plone.restapi
.
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-export
cd my-volto-project
Add @kitconcept/volto-export
to your package.json
:
"addons": [
"@kitconcept/volto-export"
],
"dependencies": {
"@kitconcept/volto-export": "*"
}
Download and install the new add-on by running:
yarn
Start Volto with:
yarn start
Go to http://localhost:3000, login. The new route should be available under any content URL.
Install the add-on in your project, then once you have your site up and running, on any content, append /export
to get the exported data.
https://plone.org/foundation/export
You will get a JSON file like:
{
"@type": "Document",
"id": "teaser",
"title": "Block: Grid-Block mit Teasern",
"description": "Der Grid-Block erlaubt das Hinzufügen mehrspaltiger Blöcke. Ein Grid-Block kann zwischen ein und vier Spalten mit unterschiedlichen Blöcken enthalten. Text, Teaser, Bilder und Videos können in einem Grid-Block hinzugefügt werden.",
"review_state": "published",
"blocks": {
"d3f1c443-583f-4e8e-a682-3bf25752a300": {
"@type": "title"
},
"efd53af2-5cd1-43a6-893f-444272824a8c": {
"@type": "__grid",
"columns": [
...
The project is licensed under the MIT license.
FAQs
volto-export: Volto add-on that exports objects in the plone.restapi/kitconcept.contentcreator format
The npm package @kitconcept/volto-export receives a total of 18 weekly downloads. As such, @kitconcept/volto-export popularity was classified as not popular.
We found that @kitconcept/volto-export demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.