
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
@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_plugin
dashboard_plugin
custom_analytics_plugin
Invalid 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 765 weekly downloads. As such, @gooddata/plugin-toolkit popularity was classified as not 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 66 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.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.