
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
@gooddata/plugin-toolkit
Advanced tools
This package is a part of the GoodData.UI SDK. To learn more, check the source monorepo.
This package implements GoodData Plugin Development Toolkit (PDT). The primary entry point to the toolkit is its
CLI tool called gdc-plugins. Through this CLI tool you can currently:
Read more about Dashboard Plugins in official documentation.
Plugin names must use snake_case (underscores) instead of kebab-case (hyphens). This is because plugin names are converted to snake_case internally for use in module federation identifiers, directory names, and asset file names.
Valid names:
my_plugindashboard_plugincustom_analytics_pluginInvalid names:
my-plugin (kebab-case - use my_plugin instead)dashboard-plugin (kebab-case - use dashboard_plugin instead)(C) 2017-2022 GoodData Corporation
This project is under MIT License. See LICENSE.
FAQs
GoodData Set of Tools for working with Plugins
The npm package @gooddata/plugin-toolkit receives a total of 5,229 weekly downloads. As such, @gooddata/plugin-toolkit popularity was classified as popular.
We found that @gooddata/plugin-toolkit demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 68 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
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.