Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@eeacms/volto-accordion-block
Advanced tools
volto-accordion-block: Volto group block to add accordions
Volto add-on to create group based accordions in blocks.
Create new volto project if you don't already have one:
$ npm install -g yo @plone/generator-volto
$ yo @plone/volto my-volto-project --addon @eeacms/volto-accordion-block
$ cd my-volto-project
$ yarn add -W @eeacms/volto-accordion-block
If you already have a volto project, just update package.json
:
"addons": [
"@eeacms/volto-accordion-block"
],
"dependencies": {
"@eeacms/volto-accordion-block": "^2.0.0"
}
Install new add-ons and restart Volto:
$ yarn
$ yarn start
Go to http://localhost:3000
Happy editing!
See DEVELOP.md.
The Initial Owner of the Original Code is European Environment Agency (EEA). All Rights Reserved.
See LICENSE.md for details.
FAQs
volto-accordion-block: Volto accordion block
We found that @eeacms/volto-accordion-block demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.