OSSIntel logo OSSIntel
Version 0.1.3API DocsFunctions

calculatePublishingScore()

Updated 8 min ago

calculatePublishingScore(npmUser?): PublishingScore | null

Defined in: publishing-scoring.ts:35

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