We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eced357 commit 9f14825Copy full SHA for 9f14825
app/pages/package/[[org]]/[name].vue
@@ -256,8 +256,7 @@ const versionSecurityMetadata = computed<PackageVersionInfo[]>(() => {
256
257
// Process package description
258
const pkgDescription = useMarkdown(() => ({
259
- text: pkg.value?.description ?? '',
260
- packageName: pkg.value?.name,
+ text: pkg.value?.description ?? ''
261
}))
262
263
// Fetch dependency analysis (lazy, client-side)
0 commit comments