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
Package / repository
use-local-storage-state@19.5.0Summary
The published npm package metadata is missing standard
bugsfield(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
Observed behavior
The package publishes
name,version,repository, anddist.tarball, but the following metadata is absent or empty:bugs.Current related metadata:
homepage:https://github.com/astoilkov/use-local-storage-stateExpected behavior
bugs.urlshould 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.jsonforuse-local-storage-statein the public repository.The second command verifies the currently published metadata; after a release, it should show the added field(s).
Environment notes
Scope and safety