
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@edenjs/admin
Advanced tools
[](https://travis-ci.com/eden-js/admin) [](https://github.com/eden-js/admin/issues) [;
// get first dashboard
const dashboard = await Dashboard.findOne();
// dashboard used in frontend
const data = await dashboard.sanitise();
No hooks created in this module
<dashboard>
UsageThe dashboard view creates an instance of a dashboard container, this provides a fully configurable dashboard area.
In the controller Usage
// require helper
const blockHelper = helper('cms/block');
// get dashboards
const dashboards = await Dashboard.find();
// sanitise data
const data = await Promise.all(dashboards.map(dash => dash.sanitise()));
// render dashboard/home.tag view
res.render('dashboard/home', {
blocks : blockHelper.renderBlocks('admin'), // render blocks can be namespaced
dashboards : data,
});
In the view dashboard/home.tag
Usage
<dashboard-home-page>
<dashboard dashboards={ opts.dashboards } blocks={ opts.blocks } type="my.dashboard" name="My Dashboard" />
</dashboard-home-page>
<admin-header>
UsageThe admin header view creates a common admin header component for use in admin layout pages.
In the view
<admin-header title="Admin Header Title" />
FAQs
[](https://travis-ci.com/eden-js/admin) [](https://github.com/eden-js/admin/issues) [![License](https://img.shields.io/badge
The npm package @edenjs/admin receives a total of 1 weekly downloads. As such, @edenjs/admin popularity was classified as not popular.
We found that @edenjs/admin 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.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.