Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions libraries/npm-check-fork/src/interfaces/INpmCheckRegistry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ export interface INpmRegistryVersionMetadata extends INpmCheckPackageVersion {
*
* @remarks
* This interface represents the full response from the npm registry when
* fetching package metadata. It extends INpmCheckRegistryData to maintain
* compatibility with existing code like bestGuessHomepage.
* fetching package metadata. It is structurally compatible with INpmCheckRegistryData
* to maintain compatibility with existing code like bestGuessHomepage.
*
* @see https://github.com/npm/registry/blob/main/docs/responses/package-metadata.md
*/
Expand Down