dependabit / plugins/registry/src
plugins/registry/src
Other
| Name | Description |
|---|---|
| globalRegistry | Global plugin registry instance. |
| createPluginLoader | Create a plugin loader |
| createPluginRegistry | Create a new, isolated plugin registry instance. |
| discoverAccessMethods | Discover available access methods |
| getPlugin | Get a plugin from the global registry |
| listPlugins | List all plugins in the global registry |
| registerPlugin | Register a plugin to the global registry |
Plugins
| Name | Description |
|---|---|
| PluginLoader | Validates and optionally initialises plugin instances before they are registered. |
| PluginRegistry | Registry that maps access method identifiers to plugin instances. |
| Plugin | Contract that all dependabit plugins must satisfy. |
| PluginCheckResult | The result returned by Plugin.check. |
| PluginLoaderConfig | Configuration for the PluginLoader. |
| PluginMetadata | Validated plugin metadata type. |
| PluginMetadataSchema | Zod schema for validating plugin metadata at load time. |