
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
strapi-plugin-entity-relationship-chart
Advanced tools
Plugin displays Entity Relationship Diagram of all Strapi models, fields and relations.
Plugin displays Entity Relationship Diagram of all Strapi models, fields and relations.

npm install strapi-plugin-entity-relationship-chart --savestrapi buildstrapi developYou can exclude contentTypes or components from the chart by adding their ids to exclude plugin configuration property:
// file: config/plugins.js
"use strict";
module.exports = () => ({
// ...
"entity-relationship-chart": {
enabled: true,
config: {
// By default all contentTypes and components are included.
// To exlclude strapi's internal models, use:
exclude: [
"strapi::core-store",
"webhook",
"admin::permission",
"admin::user",
"admin::role",
"admin::api-token",
"plugin::upload.file",
"plugin::i18n.locale",
"plugin::users-permissions.permission",
"plugin::users-permissions.role",
],
},
},
// ...
});
Use github issues on the repo: - https://github.com/node-vision/strapi-plugin-entity-relationship-chart/issues
FAQs
Plugin displays Entity Relationship Diagram of all Strapi models, fields and relations.
The npm package strapi-plugin-entity-relationship-chart receives a total of 467 weekly downloads. As such, strapi-plugin-entity-relationship-chart popularity was classified as not popular.
We found that strapi-plugin-entity-relationship-chart demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.