
Security News
Node.js Homepage Adds Paid Support Link, Prompting Contributor Pushback
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
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 --save
strapi build
strapi develop
You 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 2,071 weekly downloads. As such, strapi-plugin-entity-relationship-chart popularity was classified as 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
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.
Research
Security News
The Socket Research Team investigates a malicious Python typosquat of a popular password library that forces Windows shutdowns when input is incorrect.