Skip to content

[bounty] use-local-storage-state npm package lacks bugs metadata #644

@wangedmund77-cmyk

Description

@wangedmund77-cmyk

Package / repository

Summary

The published npm package metadata is missing standard bugs field(s). This makes the npm sidebar and programmatic package audits less useful because users cannot jump from the package page to the project's docs and/or issue tracker.

Reproduction

npm view use-local-storage-state@19.5.0 name version homepage repository bugs dist.tarball --json

Observed behavior

The package publishes name, version, repository, and dist.tarball, but the following metadata is absent or empty: bugs.

Current related metadata:

  • existing homepage: https://github.com/astoilkov/use-local-storage-state

Expected behavior

  • bugs.url should point to the public issue tracker, e.g. https://github.com/astoilkov/use-local-storage-state/issues.

Why the fix is likely small

This should be a package metadata-only change in the package manifest. It should not require runtime code changes, dependency changes, build changes, paid services, credentials, or private access.

Relevant file / test pointers

  • Package manifest: package.json for use-local-storage-state in the public repository.
  • Suggested verification after patch:
npm pack --dry-run --ignore-scripts
npm view use-local-storage-state@19.5.0 name version homepage repository bugs --json

The second command verifies the currently published metadata; after a release, it should show the added field(s).

Environment notes

  • macOS, Node v24.15.0, npm 11.12.1
  • Public npm registry metadata only

Scope and safety

  • Public open-source package metadata issue only
  • No private repos, secrets, accounts, KYC, scraping, spam, or destructive actions
  • No wallet or payment details included here; payment details can be handled privately after verification if needed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions