OSSIntel logo OSSIntel
Version 0.1.1API DocsFunctions

calculatePublishingScore()

Updated 14 hr ago

calculatePublishingScore(npmUser?): PublishingScore | null

Defined in: publishing-scoring.ts:26

Calculate a Package Publishing capability score.

Currently evaluates npm presence only. Designed to be extended with additional registries (NuGet, PyPI, crates.io, Go, etc.) by adding optional parameters without breaking existing callers.

Parameters

npmUser?

NormalizedNpmUser | null

Returns

PublishingScore | null

A score (0-100) with breakdown, or null if no data is available.

On this page