How much should you trust npm download numbers for an early-stage package?
I’m maintaining a small npm package and I’m trying to understand how meaningful npm download numbers actually are for an early-stage package.
After publishing a new version, I consistently see a noticeable spike in downloads shortly after the release, followed by a smaller number of downloads each day. The pattern seems to repeat with subsequent releases.
I’m especially interested in how people establish credibility around early npm download numbers without overinterpreting them.
Would love to hear how other package maintainers approach this.