
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@startinblox/component-dashboard
Advanced tools
<solid-dashboard> is a Sib component to generate dashboard from LDP datas.
In your django project, add the djangoldp_dashboard package:
# packages.yml
## DjangoLDP packages ##
ldppackages:
djangoldp_dashboard: djangoldp_dashboard
Then, run in your shell :
pip install djangoldp_dashboard
If everything work correctly, you should be able to see the package in your Django Admin.
Then you have to load the initialisation data to make it work.
Once the package is installed, you can use the solid-dashboard component:
<html>
<head>
<script type="module" src="https://cdn.jsdelivr.net/npm/@startinblox/core/+esm"></script>
<script type="module" src="https://cdn.skypack.dev/@startinblox/component-dashboard/"></script>
</head>
<body>
<!-- use the component -->
<solid-dashboard
data-src="[url]">
</solid-dashboard>
</body>
</html>
Notes that the "[url]" should be replace by your code fragment api link.
You can use multiple dashboard on your application by using the target discriminator.
It expect the card to have a matching target.
A card can have a background valued as a boolean.
If background is false, then the card will show a transparent background with no border box.
| Name | Default | Description |
|---|---|---|
data-src | undefined | URL of the dashboards endpoint. |
target | default | Name of the dashboard to show. |
Installation:
npm install
Build with:
npm run build
Watch files & rebuild on change with this command:
npm run watch
FAQs
Dashboard component for startinblox
We found that @startinblox/component-dashboard demonstrated a not healthy version release cadence and project activity because the last version was released 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.