Security News
Research
Supply Chain Attack on Rspack npm Packages Injects Cryptojacking Malware
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
@camomile/camomile-ui
Advanced tools
UI Component library for Camomile.
Camomile UI is a UI library for camomile.
To start using this library, you can use camomile-ui-boilerplate.
# Install dependencies.
npm install
# Serve with hot reload at localhost:8080.
npm run dev
# Build for production with minification.
npm run dist
# Run tests
npm run test
See contributing.md
for further infos.
Create a local Camomile API server.
Create one additional camomile-data
folder next to this one, resulting in the
following structure:
.
+-- camomile-ui
+-- camomile-server
+-- camomile-data
+-- mongodb
+-- files
+-- camomile
+-- logs
+-- media
+-- upload
Start the server (from the camomile-ui directory):
export CMML_DB=../camomile-data/mongodb/files && export CMML_LOGS=../camomile-data/camomile/logs && export CMML_MEDIA=../camomile-data/media && export CMML_UPLOAD=../camomile-data/upload && export CMML_PORT=3000 && export CMML_PASSWORD=roO7p4s5wOrD && docker-compose -f ../camomile-server/docker-compose.dev.yml up --build -d
FAQs
UI Component library for Camomile
The npm package @camomile/camomile-ui receives a total of 16 weekly downloads. As such, @camomile/camomile-ui popularity was classified as not popular.
We found that @camomile/camomile-ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.
Security News
Sonar’s acquisition of Tidelift highlights a growing industry shift toward sustainable open source funding, addressing maintainer burnout and critical software dependencies.