Skip to content

dependabit / plugins/registry/src / PluginCheckResult

Interface: PluginCheckResult

Defined in: packages/plugins/registry/src/registry.ts:93

The result returned by Plugin.check.

Remarks

hash should be a stable, deterministic digest of the resource state (e.g., a SHA-256 of the version string or content). The Monitor uses hash equality to detect changes.

Properties

PropertyTypeDefined in
availablebooleanpackages/plugins/registry/src/registry.ts:96
hashstringpackages/plugins/registry/src/registry.ts:95
metadata?Record<string, unknown>packages/plugins/registry/src/registry.ts:97
version?stringpackages/plugins/registry/src/registry.ts:94

Released under the MIT License.