MCPcopy Index your code
hub / github.com/npmx-dev/npmx.dev / PACKAGE_SUBJECT_REF

Function PACKAGE_SUBJECT_REF

shared/utils/constants.ts:63–64  ·  view source on GitHub ↗
(packageName: string)

Source from the content-addressed store, hash-verified

61// ATProtocol
62// References used to link packages to things that are not inherently atproto
63export const PACKAGE_SUBJECT_REF = (packageName: string) =>
64 `https://npmx.dev/package/${packageName}`
65// OAuth scopes as we add new ones we need to check these on certain actions. If not redirect the user to login again to upgrade the scopes
66export const LIKES_SCOPE = `repo:${dev.npmx.feed.like.$nsid}`
67export const PROFILE_SCOPE = `repo:${dev.npmx.actor.profile.$nsid}`

Callers 8

[...pkg].get.tsFile · 0.90
getLikesMethod · 0.85
getLikesEvolutionMethod · 0.85
like.post.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected